We recommend using Azure Native.
azure.redis.CacheAccessPolicyAssignment
Explore with Pulumi AI
Manages a Redis Cache Access Policy Assignment
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  example:
    type: azure:core:ResourceGroup
    properties:
      name: example-resources
      location: East US
  exampleCache:
    type: azure:redis:Cache
    name: example
    properties:
      name: example
      location: ${example.location}
      resourceGroupName: ${example.name}
      capacity: 1
      family: P
      skuName: Premium
      enableNonSslPort: false
      redisConfiguration:
        maxmemoryReserved: 2
        maxmemoryDelta: 2
        maxmemoryPolicy: allkeys-lru
  exampleCacheAccessPolicyAssignment:
    type: azure:redis:CacheAccessPolicyAssignment
    name: example
    properties:
      name: example
      redisCacheId: ${exampleCache.id}
      accessPolicyName: Data Contributor
      objectId: ${test.objectId}
      objectIdAlias: ServicePrincipal
variables:
  test:
    fn::invoke:
      function: azure:core:getClientConfig
      arguments: {}
Create CacheAccessPolicyAssignment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CacheAccessPolicyAssignment(name: string, args: CacheAccessPolicyAssignmentArgs, opts?: CustomResourceOptions);@overload
def CacheAccessPolicyAssignment(resource_name: str,
                                args: CacheAccessPolicyAssignmentArgs,
                                opts: Optional[ResourceOptions] = None)
@overload
def CacheAccessPolicyAssignment(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                access_policy_name: Optional[str] = None,
                                object_id: Optional[str] = None,
                                object_id_alias: Optional[str] = None,
                                redis_cache_id: Optional[str] = None,
                                name: Optional[str] = None)func NewCacheAccessPolicyAssignment(ctx *Context, name string, args CacheAccessPolicyAssignmentArgs, opts ...ResourceOption) (*CacheAccessPolicyAssignment, error)public CacheAccessPolicyAssignment(string name, CacheAccessPolicyAssignmentArgs args, CustomResourceOptions? opts = null)
public CacheAccessPolicyAssignment(String name, CacheAccessPolicyAssignmentArgs args)
public CacheAccessPolicyAssignment(String name, CacheAccessPolicyAssignmentArgs args, CustomResourceOptions options)
type: azure:redis:CacheAccessPolicyAssignment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CacheAccessPolicyAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CacheAccessPolicyAssignmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CacheAccessPolicyAssignmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CacheAccessPolicyAssignmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CacheAccessPolicyAssignmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cacheAccessPolicyAssignmentResource = new Azure.Redis.CacheAccessPolicyAssignment("cacheAccessPolicyAssignmentResource", new()
{
    AccessPolicyName = "string",
    ObjectId = "string",
    ObjectIdAlias = "string",
    RedisCacheId = "string",
    Name = "string",
});
example, err := redis.NewCacheAccessPolicyAssignment(ctx, "cacheAccessPolicyAssignmentResource", &redis.CacheAccessPolicyAssignmentArgs{
	AccessPolicyName: pulumi.String("string"),
	ObjectId:         pulumi.String("string"),
	ObjectIdAlias:    pulumi.String("string"),
	RedisCacheId:     pulumi.String("string"),
	Name:             pulumi.String("string"),
})
var cacheAccessPolicyAssignmentResource = new CacheAccessPolicyAssignment("cacheAccessPolicyAssignmentResource", CacheAccessPolicyAssignmentArgs.builder()
    .accessPolicyName("string")
    .objectId("string")
    .objectIdAlias("string")
    .redisCacheId("string")
    .name("string")
    .build());
cache_access_policy_assignment_resource = azure.redis.CacheAccessPolicyAssignment("cacheAccessPolicyAssignmentResource",
    access_policy_name="string",
    object_id="string",
    object_id_alias="string",
    redis_cache_id="string",
    name="string")
const cacheAccessPolicyAssignmentResource = new azure.redis.CacheAccessPolicyAssignment("cacheAccessPolicyAssignmentResource", {
    accessPolicyName: "string",
    objectId: "string",
    objectIdAlias: "string",
    redisCacheId: "string",
    name: "string",
});
type: azure:redis:CacheAccessPolicyAssignment
properties:
    accessPolicyName: string
    name: string
    objectId: string
    objectIdAlias: string
    redisCacheId: string
CacheAccessPolicyAssignment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CacheAccessPolicyAssignment resource accepts the following input properties:
- AccessPolicy stringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId string
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId stringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- RedisCache stringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- Name string
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- AccessPolicy stringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId string
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId stringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- RedisCache stringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- Name string
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- accessPolicy StringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId String
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId StringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redisCache StringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name String
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- accessPolicy stringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId string
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId stringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redisCache stringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name string
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- access_policy_ strname 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- object_id str
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- object_id_ stralias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redis_cache_ strid 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name str
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- accessPolicy StringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId String
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId StringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redisCache StringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name String
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
Outputs
All input properties are implicitly available as output properties. Additionally, the CacheAccessPolicyAssignment resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing CacheAccessPolicyAssignment Resource
Get an existing CacheAccessPolicyAssignment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CacheAccessPolicyAssignmentState, opts?: CustomResourceOptions): CacheAccessPolicyAssignment@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        access_policy_name: Optional[str] = None,
        name: Optional[str] = None,
        object_id: Optional[str] = None,
        object_id_alias: Optional[str] = None,
        redis_cache_id: Optional[str] = None) -> CacheAccessPolicyAssignmentfunc GetCacheAccessPolicyAssignment(ctx *Context, name string, id IDInput, state *CacheAccessPolicyAssignmentState, opts ...ResourceOption) (*CacheAccessPolicyAssignment, error)public static CacheAccessPolicyAssignment Get(string name, Input<string> id, CacheAccessPolicyAssignmentState? state, CustomResourceOptions? opts = null)public static CacheAccessPolicyAssignment get(String name, Output<String> id, CacheAccessPolicyAssignmentState state, CustomResourceOptions options)resources:  _:    type: azure:redis:CacheAccessPolicyAssignment    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccessPolicy stringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- Name string
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId string
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId stringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- RedisCache stringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- AccessPolicy stringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- Name string
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId string
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- ObjectId stringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- RedisCache stringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- accessPolicy StringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name String
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId String
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId StringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redisCache StringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- accessPolicy stringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name string
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId string
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId stringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redisCache stringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- access_policy_ strname 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name str
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- object_id str
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- object_id_ stralias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redis_cache_ strid 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- accessPolicy StringName 
- The name of the Access Policy to be assigned. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- name String
- The name of the Redis Cache Access Policy Assignment. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId String
- The principal ID to be assigned the Access Policy. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- objectId StringAlias 
- The alias of the principal ID. User-friendly name for object ID. Also represents username for token based authentication. Changing this forces a new Redis Cache Access Policy Assignment to be created.
- redisCache StringId 
- The ID of the Redis Cache. Changing this forces a new Redis Cache Access Policy Assignment to be created.
Import
Redis Cache Policy Assignment can be imported using the resource id, e.g.
$ pulumi import azure:redis/cacheAccessPolicyAssignment:CacheAccessPolicyAssignment example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Cache/redis/cache1/accessPolicyAssignments/assignment1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the azurermTerraform Provider.