We recommend new projects start with resources from the AWS provider.
aws-native.iot.EncryptionConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Account
Id string - Configuration
Details Pulumi.Aws Native. Io T. Outputs. Configuration Details Properties - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringDate
- Account
Id string - Configuration
Details ConfigurationDetails Properties - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringDate
- account
Id String - configuration
Details ConfigurationDetails Properties - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringDate
- account
Id string - configuration
Details ConfigurationDetails Properties - id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringDate
- account_
id str - configuration_
details ConfigurationDetails Properties - id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strdate
- account
Id String - configuration
Details Property Map - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringDate
Supporting Types
ConfigurationDetailsProperties, ConfigurationDetailsPropertiesArgs
EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatus, EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatusArgs
- Healthy
- HEALTHY
- Unhealthy
- UNHEALTHY
- Encryption
Configuration Configuration Details Properties Configuration Status Healthy - HEALTHY
- Encryption
Configuration Configuration Details Properties Configuration Status Unhealthy - UNHEALTHY
- Healthy
- HEALTHY
- Unhealthy
- UNHEALTHY
- Healthy
- HEALTHY
- Unhealthy
- UNHEALTHY
- HEALTHY
- HEALTHY
- UNHEALTHY
- UNHEALTHY
- "HEALTHY"
- HEALTHY
- "UNHEALTHY"
- UNHEALTHY
EncryptionConfigurationEncryptionType, EncryptionConfigurationEncryptionTypeArgs
- Customer
Managed Kms Key - CUSTOMER_MANAGED_KMS_KEY
- Aws
Owned Kms Key - AWS_OWNED_KMS_KEY
- Encryption
Configuration Encryption Type Customer Managed Kms Key - CUSTOMER_MANAGED_KMS_KEY
- Encryption
Configuration Encryption Type Aws Owned Kms Key - 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
- 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
We recommend new projects start with resources from the AWS provider.