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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.signer.CfnProfilePermissionPropsCfnProfilePermissionProps.Builder, CfnProfilePermissionProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProfilePermissionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe AWS Signer action permitted as part of cross-account permissions.final StringThe AWS principal receiving cross-account permissions.final StringThe human-readable name of the signing profile.final StringThe version of the signing profile.final StringA unique identifier for the cross-account permission statement.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnProfilePermissionProps.Builder.
 
- 
- 
Method Details- 
getActionDescription copied from interface:CfnProfilePermissionPropsThe AWS Signer action permitted as part of cross-account permissions.- Specified by:
- getActionin interface- CfnProfilePermissionProps
- See Also:
 
- 
getPrincipalDescription copied from interface:CfnProfilePermissionPropsThe AWS principal receiving cross-account permissions.This may be an IAM role or another AWS account ID. - Specified by:
- getPrincipalin interface- CfnProfilePermissionProps
- See Also:
 
- 
getProfileNameDescription copied from interface:CfnProfilePermissionPropsThe human-readable name of the signing profile.- Specified by:
- getProfileNamein interface- CfnProfilePermissionProps
- See Also:
 
- 
getStatementIdDescription copied from interface:CfnProfilePermissionPropsA unique identifier for the cross-account permission statement.- Specified by:
- getStatementIdin interface- CfnProfilePermissionProps
- See Also:
 
- 
getProfileVersionDescription copied from interface:CfnProfilePermissionPropsThe version of the signing profile.- Specified by:
- getProfileVersionin interface- CfnProfilePermissionProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-