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