@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:27.381Z") public interface IParameter extends 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 |
---|---|
java.lang.String |
getParameterArn()
The ARN of the SSM Parameter resource.
|
java.lang.String |
getParameterName()
The name of the SSM Parameter resource.
|
java.lang.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
getNode
java.lang.String getParameterArn()
java.lang.String getParameterName()
java.lang.String getParameterType()
Grant grantRead(IGrantable grantee)
grantee
- the role to be granted read-only access to the parameter. This parameter is required.Grant grantWrite(IGrantable grantee)
grantee
- the role to be granted write access to the parameter. This parameter is required.