@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:39.800Z") @Stability(value=Stable) public interface IParameter extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IParameter.Jsii$Default
Internal default implementation for
IParameter. |
static class |
IParameter.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterArn()
The ARN of the SSM Parameter resource.
|
String |
getParameterName()
The name of the SSM Parameter resource.
|
String |
getParameterType()
The type of the SSM Parameter resource.
|
Grant |
grantRead(IGrantable grantee)
Grants read (DescribeParameter, GetParameter, GetParameterHistory) permissions on the SSM Parameter.
|
Grant |
grantWrite(IGrantable grantee)
Grants write (PutParameter) permissions on the SSM Parameter.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Stable) @NotNull String getParameterArn()
@Stability(value=Stable) @NotNull String getParameterName()
@Stability(value=Stable) @NotNull String getParameterType()
@Stability(value=Stable) @NotNull Grant grantRead(@NotNull IGrantable grantee)
grantee - the role to be granted read-only access to the parameter. This parameter is required.@Stability(value=Stable) @NotNull Grant grantWrite(@NotNull IGrantable grantee)
grantee - the role to be granted write access to the parameter. This parameter is required.Copyright © 2022. All rights reserved.