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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.signer.CfnProfilePermissionProps
CfnProfilePermissionProps.Builder, CfnProfilePermissionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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:CfnProfilePermissionPropsThe AWS Signer action permitted as part of cross-account permissions.- Specified by:
getActionin interfaceCfnProfilePermissionProps
-
getPrincipal
Description copied from interface:CfnProfilePermissionPropsThe AWS principal receiving cross-account permissions.This may be an IAM role or another AWS account ID.
- Specified by:
getPrincipalin interfaceCfnProfilePermissionProps
-
getProfileName
Description copied from interface:CfnProfilePermissionPropsThe human-readable name of the signing profile.- Specified by:
getProfileNamein interfaceCfnProfilePermissionProps
-
getStatementId
Description copied from interface:CfnProfilePermissionPropsA unique identifier for the cross-account permission statement.- Specified by:
getStatementIdin interfaceCfnProfilePermissionProps
-
getProfileVersion
Description copied from interface:CfnProfilePermissionPropsThe version of the signing profile.- Specified by:
getProfileVersionin interfaceCfnProfilePermissionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-