@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.328Z") @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, getStack@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.