1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iot
  5. EncryptionConfiguration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.iot.EncryptionConfiguration

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    Resource Type definition for AWS::IoT::EncryptionConfiguration

    Create EncryptionConfiguration Resource

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

    Constructor syntax

    new EncryptionConfiguration(name: string, args: EncryptionConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def EncryptionConfiguration(resource_name: str,
                                args: EncryptionConfigurationArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def EncryptionConfiguration(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                encryption_type: Optional[EncryptionConfigurationEncryptionType] = None,
                                kms_access_role_arn: Optional[str] = None,
                                kms_key_arn: Optional[str] = None)
    func NewEncryptionConfiguration(ctx *Context, name string, args EncryptionConfigurationArgs, opts ...ResourceOption) (*EncryptionConfiguration, error)
    public EncryptionConfiguration(string name, EncryptionConfigurationArgs args, CustomResourceOptions? opts = null)
    public EncryptionConfiguration(String name, EncryptionConfigurationArgs args)
    public EncryptionConfiguration(String name, EncryptionConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:iot:EncryptionConfiguration
    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 EncryptionConfigurationArgs
    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 EncryptionConfigurationArgs
    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 EncryptionConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EncryptionConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EncryptionConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    EncryptionConfiguration 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 EncryptionConfiguration resource accepts the following input properties:

    Outputs

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

    AccountId string
    ConfigurationDetails Pulumi.AwsNative.IoT.Outputs.ConfigurationDetailsProperties
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedDate string
    AccountId string
    ConfigurationDetails ConfigurationDetailsProperties
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedDate string
    accountId String
    configurationDetails ConfigurationDetailsProperties
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedDate String
    accountId string
    configurationDetails ConfigurationDetailsProperties
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedDate string
    account_id str
    configuration_details ConfigurationDetailsProperties
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_date str
    accountId String
    configurationDetails Property Map
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedDate String

    Supporting Types

    ConfigurationDetailsProperties, ConfigurationDetailsPropertiesArgs

    EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatus, EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatusArgs

    Healthy
    HEALTHY
    Unhealthy
    UNHEALTHY
    EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatusHealthy
    HEALTHY
    EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatusUnhealthy
    UNHEALTHY
    Healthy
    HEALTHY
    Unhealthy
    UNHEALTHY
    Healthy
    HEALTHY
    Unhealthy
    UNHEALTHY
    HEALTHY
    HEALTHY
    UNHEALTHY
    UNHEALTHY
    "HEALTHY"
    HEALTHY
    "UNHEALTHY"
    UNHEALTHY

    EncryptionConfigurationEncryptionType, EncryptionConfigurationEncryptionTypeArgs

    CustomerManagedKmsKey
    CUSTOMER_MANAGED_KMS_KEY
    AwsOwnedKmsKey
    AWS_OWNED_KMS_KEY
    EncryptionConfigurationEncryptionTypeCustomerManagedKmsKey
    CUSTOMER_MANAGED_KMS_KEY
    EncryptionConfigurationEncryptionTypeAwsOwnedKmsKey
    AWS_OWNED_KMS_KEY
    CustomerManagedKmsKey
    CUSTOMER_MANAGED_KMS_KEY
    AwsOwnedKmsKey
    AWS_OWNED_KMS_KEY
    CustomerManagedKmsKey
    CUSTOMER_MANAGED_KMS_KEY
    AwsOwnedKmsKey
    AWS_OWNED_KMS_KEY
    CUSTOMER_MANAGED_KMS_KEY
    CUSTOMER_MANAGED_KMS_KEY
    AWS_OWNED_KMS_KEY
    AWS_OWNED_KMS_KEY
    "CUSTOMER_MANAGED_KMS_KEY"
    CUSTOMER_MANAGED_KMS_KEY
    "AWS_OWNED_KMS_KEY"
    AWS_OWNED_KMS_KEY

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi