@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.425Z") @Stability(value=Experimental) public enum CfnDynamicReferenceService extends Enum<CfnDynamicReferenceService>
| Enum Constant and Description |
|---|
SECRETS_MANAGER
(experimental) Secret stored in AWS Secrets Manager.
|
SSM
(experimental) Plaintext value stored in AWS Systems Manager Parameter Store.
|
SSM_SECURE
(experimental) 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=Experimental) public static final CfnDynamicReferenceService SSM
@Stability(value=Experimental) public static final CfnDynamicReferenceService SSM_SECURE
@Stability(value=Experimental) 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 © 2021. All rights reserved.