Class CfnExtension.ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnExtension.ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExtension.ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExtension.ActionProperty
@Stability(Stable)
@Internal
public static final class CfnExtension.ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExtension.ActionProperty
An implementation for
CfnExtension.ActionProperty-
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.appconfig.CfnExtension.ActionProperty
CfnExtension.ActionProperty.Builder, CfnExtension.ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExtension.ActionProperty.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 StringInformation about actions defined in the extension.final StringgetName()The extension name.final StringAn Amazon Resource Name (ARN) for an AWS Identity and Access Management assume role.final StringgetUri()The extension URI associated to the action point in the extension definition.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 theCfnExtension.ActionProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnExtension.ActionPropertyThe extension name.- Specified by:
getNamein interfaceCfnExtension.ActionProperty- See Also:
-
getUri
Description copied from interface:CfnExtension.ActionPropertyThe extension URI associated to the action point in the extension definition.The URI can be an Amazon Resource Name (ARN) for one of the following: an AWS Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.
- Specified by:
getUriin interfaceCfnExtension.ActionProperty- See Also:
-
getDescription
Description copied from interface:CfnExtension.ActionPropertyInformation about actions defined in the extension.- Specified by:
getDescriptionin interfaceCfnExtension.ActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnExtension.ActionPropertyAn Amazon Resource Name (ARN) for an AWS Identity and Access Management assume role.- Specified by:
getRoleArnin interfaceCfnExtension.ActionProperty- See Also:
-
$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()
-