@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:01.071Z") @Stability(value=Stable) public enum CfnDynamicReferenceService extends Enum<CfnDynamicReferenceService>
Enum Constant and Description |
---|
SECRETS_MANAGER
Secret stored in AWS Secrets Manager.
|
SSM
Plaintext value stored in AWS Systems Manager Parameter Store.
|
SSM_SECURE
Secure string stored in AWS Systems Manager Parameter Store.
|
Modifier and Type | Method and Description |
---|---|
static CfnDynamicReferenceService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CfnDynamicReferenceService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final CfnDynamicReferenceService SSM
@Stability(value=Stable) public static final CfnDynamicReferenceService SSM_SECURE
@Stability(value=Stable) public static final CfnDynamicReferenceService SECRETS_MANAGER
public static CfnDynamicReferenceService[] values()
for (CfnDynamicReferenceService c : CfnDynamicReferenceService.values()) System.out.println(c);
public static CfnDynamicReferenceService valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.