Class CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRuleDestination.VpcDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTopicRuleDestination.VpcDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRuleDestination.VpcDestinationPropertiesProperty
An implementation for
CfnTopicRuleDestination.VpcDestinationPropertiesProperty-
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.iot.CfnTopicRuleDestination.VpcDestinationPropertiesProperty
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder, CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRuleDestination.VpcDestinationPropertiesProperty.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 a role that has permission to create and attach to elastic network interfaces (ENIs).The security groups of the VPC destination.The subnet IDs of the VPC destination.final StringgetVpcId()The ID of the VPC.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 theCfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesPropertyThe ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).- Specified by:
getRoleArnin interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
-
getSecurityGroups
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesPropertyThe security groups of the VPC destination.- Specified by:
getSecurityGroupsin interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
-
getSubnetIds
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesPropertyThe subnet IDs of the VPC destination.- Specified by:
getSubnetIdsin interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
-
getVpcId
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesPropertyThe ID of the VPC.- Specified by:
getVpcIdin interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
-
$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()
-