@Internal public static interface IStringListParameter.Jsii$Default extends IStringListParameter, IParameter.Jsii$Default
IStringListParameter
.IStringListParameter.Jsii$Default, IStringListParameter.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default ResourceEnvironment |
getEnv()
(experimental) The environment this resource belongs to.
|
default software.constructs.Node |
getNode()
The tree node.
|
default String |
getParameterArn()
(experimental) The ARN of the SSM Parameter resource.
|
default String |
getParameterName()
(experimental) The name of the SSM Parameter resource.
|
default String |
getParameterType()
(experimental) The type of the SSM Parameter resource.
|
default Stack |
getStack()
(experimental) The stack in which this resource is defined.
|
default List<String> |
getStringListValue()
(experimental) The parameter value.
|
default Grant |
grantRead(IGrantable grantee)
(experimental) Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.
|
default Grant |
grantWrite(IGrantable grantee)
(experimental) Grants write (PutParameter) permissions on the SSM Parameter.
|
@Stability(value=Stable) @NotNull default software.constructs.Node getNode()
getNode
in interface software.constructs.IConstruct
getNode
in interface software.constructs.IConstruct.Jsii$Default
getNode
in interface IParameter.Jsii$Default
getNode
in interface IResource.Jsii$Default
@Stability(value=Experimental) @NotNull default ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv
in interface IParameter.Jsii$Default
getEnv
in interface IResource
getEnv
in interface IResource.Jsii$Default
@Stability(value=Experimental) @NotNull default Stack getStack()
getStack
in interface IParameter.Jsii$Default
getStack
in interface IResource
getStack
in interface IResource.Jsii$Default
@Stability(value=Experimental) @NotNull default String getParameterArn()
getParameterArn
in interface IParameter
getParameterArn
in interface IParameter.Jsii$Default
@Stability(value=Experimental) @NotNull default String getParameterName()
getParameterName
in interface IParameter
getParameterName
in interface IParameter.Jsii$Default
@Stability(value=Experimental) @NotNull default String getParameterType()
getParameterType
in interface IParameter
getParameterType
in interface IParameter.Jsii$Default
@Stability(value=Experimental) @NotNull default List<String> getStringListValue()
Value must not nest another parameter. Do not use {{}} in the value. Values in the array
cannot contain commas (,
).
getStringListValue
in interface IStringListParameter
@Stability(value=Experimental) @NotNull default Grant grantRead(@NotNull IGrantable grantee)
grantRead
in interface IParameter
grantRead
in interface IParameter.Jsii$Default
grantee
- the role to be granted read-only access to the parameter. This parameter is required.@Stability(value=Experimental) @NotNull default Grant grantWrite(@NotNull IGrantable grantee)
grantWrite
in interface IParameter
grantWrite
in interface IParameter.Jsii$Default
grantee
- the role to be granted write access to the parameter. This parameter is required.Copyright © 2021. All rights reserved.