1. Packages
  2. AWS Native
  3. API Docs
  4. msk
  5. ClusterPolicy

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.msk.ClusterPolicy

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::MSK::ClusterPolicy

    Create ClusterPolicy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ClusterPolicy(name: string, args: ClusterPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def ClusterPolicy(resource_name: str,
                      args: ClusterPolicyArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ClusterPolicy(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      cluster_arn: Optional[str] = None,
                      policy: Optional[Any] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const clusterPolicyResource = new aws_native.msk.ClusterPolicy("clusterPolicyResource", {
        clusterArn: "string",
        policy: "any",
    });
    
    Coming soon!
    

    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:

    ClusterArn string
    The arn of the cluster for the resource policy.
    Policy object

    A policy document containing permissions to add to the specified cluster.

    Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy for more information about the expected schema for this property.

    ClusterArn string
    The arn of the cluster for the resource policy.
    Policy interface{}

    A policy document containing permissions to add to the specified cluster.

    Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy for more information about the expected schema for this property.

    clusterArn String
    The arn of the cluster for the resource policy.
    policy Object

    A policy document containing permissions to add to the specified cluster.

    Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy for more information about the expected schema for this property.

    clusterArn string
    The arn of the cluster for the resource policy.
    policy any

    A policy document containing permissions to add to the specified cluster.

    Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy for more information about the expected schema for this property.

    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.

    Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy for more information about the expected schema for this property.

    clusterArn String
    The arn of the cluster for the resource policy.
    policy Any

    A policy document containing permissions to add to the specified cluster.

    Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy for more information about the expected schema for this property.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ClusterPolicy resource produces the following output properties:

    CurrentVersion string
    The current version of the policy attached to the specified cluster
    Id string
    The provider-assigned unique ID for this managed resource.
    CurrentVersion string
    The current version of the policy attached to the specified cluster
    Id string
    The provider-assigned unique ID for this managed resource.
    currentVersion String
    The current version of the policy attached to the specified cluster
    id String
    The provider-assigned unique ID for this managed resource.
    currentVersion 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.
    currentVersion 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi