Class CfnProfilePermissionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.signer.CfnProfilePermissionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProfilePermissionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProfilePermissionProps
@Stability(Stable)
@Internal
public static final class CfnProfilePermissionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProfilePermissionProps
An implementation for
CfnProfilePermissionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.signer.CfnProfilePermissionProps
CfnProfilePermissionProps.Builder, CfnProfilePermissionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProfilePermissionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The AWS Signer action permitted as part of cross-account permissions.final String
The AWS principal receiving cross-account permissions.final String
The human-readable name of the signing profile.final String
The version of the signing profile.final String
A unique identifier for the cross-account permission statement.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProfilePermissionProps.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnProfilePermissionProps
The AWS Signer action permitted as part of cross-account permissions.- Specified by:
getAction
in interfaceCfnProfilePermissionProps
-
getPrincipal
Description copied from interface:CfnProfilePermissionProps
The AWS principal receiving cross-account permissions.This may be an IAM role or another AWS account ID.
- Specified by:
getPrincipal
in interfaceCfnProfilePermissionProps
-
getProfileName
Description copied from interface:CfnProfilePermissionProps
The human-readable name of the signing profile.- Specified by:
getProfileName
in interfaceCfnProfilePermissionProps
-
getStatementId
Description copied from interface:CfnProfilePermissionProps
A unique identifier for the cross-account permission statement.- Specified by:
getStatementId
in interfaceCfnProfilePermissionProps
-
getProfileVersion
Description copied from interface:CfnProfilePermissionProps
The version of the signing profile.- Specified by:
getProfileVersion
in interfaceCfnProfilePermissionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-