@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.270Z") @Stability(value=Stable) 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) |
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=Stable) public CfnParameter(Construct scope, String id, @Nullable CfnParameterProps props)
scope - The parent construct.props - The parameter properties.@Stability(value=Stable) public CfnParameter(Construct scope, String id)
scope - The parent construct.@Stability(value=Stable) @Nullable public Object resolve(IResolveContext _context)
@Stability(value=Stable) public Boolean getNoEcho()
@Stability(value=Stable) public IResolvable getValue()
@Stability(value=Stable) public List<String> getValueAsList()
@Stability(value=Stable) public Number getValueAsNumber()
@Stability(value=Stable) public String getValueAsString()
Copyright © 2019. All rights reserved.