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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRuleDestination.VpcDestinationPropertiesProperty
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder, CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The 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 String
getVpcId()
The ID of the VPC.final int
hashCode()
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.VpcDestinationPropertiesProperty
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).- Specified by:
getRoleArn
in interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
- See Also:
-
getSecurityGroups
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesProperty
The security groups of the VPC destination.- Specified by:
getSecurityGroups
in interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
- See Also:
-
getSubnetIds
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesProperty
The subnet IDs of the VPC destination.- Specified by:
getSubnetIds
in interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
- See Also:
-
getVpcId
Description copied from interface:CfnTopicRuleDestination.VpcDestinationPropertiesProperty
The ID of the VPC.- Specified by:
getVpcId
in interfaceCfnTopicRuleDestination.VpcDestinationPropertiesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-