enum ParameterType
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SSM.ParameterType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#ParameterType |
Java | software.amazon.awscdk.services.ssm.ParameterType |
Python | aws_cdk.aws_ssm.ParameterType |
TypeScript (source) | aws-cdk-lib » aws_ssm » ParameterType |
SSM parameter type.
Members
Name | Description |
---|---|
STRING | String. |
SECURE_STRING | Secure String. |
STRING_LIST | String List. |
AWS_EC2_IMAGE_ID | An Amazon EC2 image ID, such as ami-0ff8a91507f77f867. |
STRING
String.
SECURE_STRING
Secure String.
Parameter Store uses an AWS Key Management Service (KMS) customer master key (CMK) to encrypt the parameter value. Parameters of type SecureString cannot be created directly from a CDK application.
STRING_LIST
String List.
AWS_EC2_IMAGE_ID
An Amazon EC2 image ID, such as ami-0ff8a91507f77f867.