Class CfnExtensionPropsMixin.ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnExtensionPropsMixin.ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExtensionPropsMixin.ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExtensionPropsMixin.ActionProperty
@Stability(Stable)
@Internal
public static final class CfnExtensionPropsMixin.ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExtensionPropsMixin.ActionProperty
An implementation for
CfnExtensionPropsMixin.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.cfnpropertymixins.services.appconfig.CfnExtensionPropsMixin.ActionProperty
CfnExtensionPropsMixin.ActionProperty.Builder, CfnExtensionPropsMixin.ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExtensionPropsMixin.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 theCfnExtensionPropsMixin.ActionProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnExtensionPropsMixin.ActionPropertyInformation about actions defined in the extension.- Specified by:
getDescriptionin interfaceCfnExtensionPropsMixin.ActionProperty- See Also:
-
getName
Description copied from interface:CfnExtensionPropsMixin.ActionPropertyThe extension name.- Specified by:
getNamein interfaceCfnExtensionPropsMixin.ActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnExtensionPropsMixin.ActionPropertyAn Amazon Resource Name (ARN) for an AWS Identity and Access Management assume role.- Specified by:
getRoleArnin interfaceCfnExtensionPropsMixin.ActionProperty- See Also:
-
getUri
Description copied from interface:CfnExtensionPropsMixin.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 interfaceCfnExtensionPropsMixin.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()
-