@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.IConstructgetNode in interface software.constructs.IConstruct.Jsii$DefaultgetNode in interface IParameter.Jsii$DefaultgetNode 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$DefaultgetEnv in interface IResourcegetEnv in interface IResource.Jsii$Default@Stability(value=Experimental) @NotNull default Stack getStack()
getStack in interface IParameter.Jsii$DefaultgetStack in interface IResourcegetStack in interface IResource.Jsii$Default@Stability(value=Experimental) @NotNull default String getParameterArn()
getParameterArn in interface IParametergetParameterArn in interface IParameter.Jsii$Default@Stability(value=Experimental) @NotNull default String getParameterName()
getParameterName in interface IParametergetParameterName in interface IParameter.Jsii$Default@Stability(value=Experimental) @NotNull default String getParameterType()
getParameterType in interface IParametergetParameterType 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 IParametergrantRead in interface IParameter.Jsii$Defaultgrantee - 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 IParametergrantWrite in interface IParameter.Jsii$Defaultgrantee - the role to be granted write access to the parameter. This parameter is required.Copyright © 2021. All rights reserved.