Class CfnPipeline.EncryptionKeyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.EncryptionKeyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.EncryptionKeyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.EncryptionKeyProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.EncryptionKeyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.EncryptionKeyProperty
An implementation for
CfnPipeline.EncryptionKeyProperty
-
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.codepipeline.CfnPipeline.EncryptionKeyProperty
CfnPipeline.EncryptionKeyProperty.Builder, CfnPipeline.EncryptionKeyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.EncryptionKeyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnPipeline.EncryptionKeyProperty.Builder
.
-
-
Method Details
-
getId
Description copied from interface:CfnPipeline.EncryptionKeyProperty
The ID used to identify the key.For an AWS KMS key, you can use the key ID, the key ARN, or the alias ARN.
Aliases are recognized only in the account that created the AWS KMS key. For cross-account actions, you can only use the key ID or key ARN to identify the key. Cross-account actions involve using the role from the other account (AccountB), so specifying the key ID will use the key from the other account (AccountB).
- Specified by:
getId
in interfaceCfnPipeline.EncryptionKeyProperty
- See Also:
-
getType
Description copied from interface:CfnPipeline.EncryptionKeyProperty
The type of encryption key, such as an AWS KMS key.When creating or updating a pipeline, the value must be set to 'KMS'.
- Specified by:
getType
in interfaceCfnPipeline.EncryptionKeyProperty
- See Also:
-
$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()
-