@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:48:34.995Z") @Stability(value=Experimental) public class CfnParameter extends CfnElement
| Modifier | Constructor and Description |
|---|---|
|
CfnParameter(Construct scope,
String id)
Creates a parameter construct.
|
|
CfnParameter(Construct scope,
String id,
CfnParameterProps props)
Creates a parameter construct.
|
protected |
CfnParameter(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getNoEcho()
Indicates if this parameter is configured with "NoEcho" enabled.
|
IResolvable |
getValue()
The parameter value as a Token.
|
List<String> |
getValueAsList()
The parameter value, if it represents a string list.
|
Number |
getValueAsNumber()
The parameter value, if it represents a string list.
|
String |
getValueAsString()
The parameter value, if it represents a string.
|
Object |
resolve(IResolveContext _context)
EXPERIMENTAL
|
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected CfnParameter(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public CfnParameter(Construct scope, String id, @Nullable CfnParameterProps props)
scope - The parent construct.props - The parameter properties.@Stability(value=Experimental) public CfnParameter(Construct scope, String id)
scope - The parent construct.@Stability(value=Experimental) @Nullable public Object resolve(IResolveContext _context)
@Stability(value=Experimental) public Boolean getNoEcho()
@Stability(value=Experimental) public IResolvable getValue()
@Stability(value=Experimental) public List<String> getValueAsList()
@Stability(value=Experimental) public Number getValueAsNumber()
@Stability(value=Experimental) public String getValueAsString()
Copyright © 2019. All rights reserved.