AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.msk.ClusterPolicy
Explore with Pulumi AI
Resource Type definition for AWS::MSK::ClusterPolicy
Create ClusterPolicy Resource
new ClusterPolicy(name: string, args: ClusterPolicyArgs, opts?: CustomResourceOptions);
@overload
def ClusterPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_arn: Optional[str] = None,
policy: Optional[Any] = None)
@overload
def ClusterPolicy(resource_name: str,
args: ClusterPolicyArgs,
opts: Optional[ResourceOptions] = None)
func NewClusterPolicy(ctx *Context, name string, args ClusterPolicyArgs, opts ...ResourceOption) (*ClusterPolicy, error)
public ClusterPolicy(string name, ClusterPolicyArgs args, CustomResourceOptions? opts = null)
public ClusterPolicy(String name, ClusterPolicyArgs args)
public ClusterPolicy(String name, ClusterPolicyArgs args, CustomResourceOptions options)
type: aws-native:msk:ClusterPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterPolicyArgs
- 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 ClusterPolicyArgs
- 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 ClusterPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ClusterPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ClusterPolicy resource accepts the following input properties:
- Cluster
Arn string The arn of the cluster for the resource policy.
- Policy object
A policy document containing permissions to add to the specified cluster.
- Cluster
Arn string The arn of the cluster for the resource policy.
- Policy interface{}
A policy document containing permissions to add to the specified cluster.
- cluster
Arn String The arn of the cluster for the resource policy.
- policy Object
A policy document containing permissions to add to the specified cluster.
- cluster
Arn string The arn of the cluster for the resource policy.
- policy any
A policy document containing permissions to add to the specified cluster.
- cluster_
arn str The arn of the cluster for the resource policy.
- policy Any
A policy document containing permissions to add to the specified cluster.
- cluster
Arn String The arn of the cluster for the resource policy.
- policy Any
A policy document containing permissions to add to the specified cluster.
Outputs
All input properties are implicitly available as output properties. Additionally, the ClusterPolicy resource produces the following output properties:
- Current
Version string The current version of the policy attached to the specified cluster
- Id string
The provider-assigned unique ID for this managed resource.
- Current
Version string The current version of the policy attached to the specified cluster
- Id string
The provider-assigned unique ID for this managed resource.
- current
Version String The current version of the policy attached to the specified cluster
- id String
The provider-assigned unique ID for this managed resource.
- current
Version string The current version of the policy attached to the specified cluster
- id string
The provider-assigned unique ID for this managed resource.
- current_
version str The current version of the policy attached to the specified cluster
- id str
The provider-assigned unique ID for this managed resource.
- current
Version String The current version of the policy attached to the specified cluster
- id String
The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0