software.amazon.awscdk.CfnDynamicReferenceService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk Show documentation
Show all versions of cdk Show documentation
AWS Cloud Development Kit Core Library
package software.amazon.awscdk;
/**
* The service to retrieve the dynamic reference from.
*/
@javax.annotation.Generated(value = "jsii-pacmak/0.10.5 (build 46bc9b0)", date = "2019-05-06T20:49:40.936Z")
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.$Module.class, fqn = "@aws-cdk/cdk.CfnDynamicReferenceService")
public enum CfnDynamicReferenceService {
/**
* Plaintext value stored in AWS Systems Manager Parameter Store.
*/
Ssm,
/**
* Secure string stored in AWS Systems Manager Parameter Store.
*/
SsmSecure,
/**
* Secret stored in AWS Secrets Manager.
*/
SecretsManager,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy