public static final class CfnProfilePermissionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProfilePermissionProps
CfnProfilePermissionProps
CfnProfilePermissionProps.Builder, CfnProfilePermissionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAction()
The AWS Signer action permitted as part of cross-account permissions.
|
java.lang.String |
getPrincipal()
The AWS principal receiving cross-account permissions.
|
java.lang.String |
getProfileName()
The human-readable name of the signing profile.
|
java.lang.String |
getProfileVersion()
The version of the signing profile.
|
java.lang.String |
getStatementId()
A unique identifier for the cross-account permission statement.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAction()
CfnProfilePermissionProps
getAction
in interface CfnProfilePermissionProps
public final java.lang.String getPrincipal()
CfnProfilePermissionProps
This may be an IAM role or another AWS account ID.
getPrincipal
in interface CfnProfilePermissionProps
public final java.lang.String getProfileName()
CfnProfilePermissionProps
getProfileName
in interface CfnProfilePermissionProps
public final java.lang.String getStatementId()
CfnProfilePermissionProps
getStatementId
in interface CfnProfilePermissionProps
public final java.lang.String getProfileVersion()
CfnProfilePermissionProps
getProfileVersion
in interface CfnProfilePermissionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()