Class ApiDestinationAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.ApiDestinationAttributes.Jsii$Proxy
- All Implemented Interfaces:
ApiDestinationAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApiDestinationAttributes
@Stability(Stable)
@Internal
public static final class ApiDestinationAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApiDestinationAttributes
An implementation for
ApiDestinationAttributes-
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.events.ApiDestinationAttributes
ApiDestinationAttributes.Builder, ApiDestinationAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApiDestinationAttributes.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 ARN of the Api Destination.final StringThe Amazon Resource Name (ARN) of an API destination in resource format.final IConnectionThe Connection to associate with the Api Destination.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 theApiDestinationAttributes.Builder.
-
-
Method Details
-
getApiDestinationArn
Description copied from interface:ApiDestinationAttributesThe ARN of the Api Destination.- Specified by:
getApiDestinationArnin interfaceApiDestinationAttributes
-
getConnection
Description copied from interface:ApiDestinationAttributesThe Connection to associate with the Api Destination.- Specified by:
getConnectionin interfaceApiDestinationAttributes
-
getApiDestinationArnForPolicy
Description copied from interface:ApiDestinationAttributesThe Amazon Resource Name (ARN) of an API destination in resource format.Default: undefined - Imported API destination does not have ARN in resource format
- Specified by:
getApiDestinationArnForPolicyin interfaceApiDestinationAttributes
-
$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()
-