Class DataAwsLaunchTemplateNetworkInterfacesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.data_aws_launch_template.DataAwsLaunchTemplateNetworkInterfacesOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.004Z") @Stability(Stable) public class DataAwsLaunchTemplateNetworkInterfacesOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DataAwsLaunchTemplateNetworkInterfacesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedDataAwsLaunchTemplateNetworkInterfacesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataAwsLaunchTemplateNetworkInterfacesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssociateCarrierIpAddress()StringgetAssociatePublicIpAddress()StringgetDeleteOnTermination()StringgetDescription()NumbergetDeviceIndex()StringgetInterfaceType()DataAwsLaunchTemplateNetworkInterfacesgetInternalValue()NumbergetIpv4AddressCount()List<String>getIpv4Addresses()NumbergetIpv4PrefixCount()List<String>getIpv4Prefixes()NumbergetIpv6AddressCount()List<String>getIpv6Addresses()NumbergetIpv6PrefixCount()List<String>getIpv6Prefixes()NumbergetNetworkCardIndex()StringgetNetworkInterfaceId()StringgetPrivateIpAddress()List<String>getSecurityGroups()StringgetSubnetId()voidsetInternalValue(DataAwsLaunchTemplateNetworkInterfaces value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DataAwsLaunchTemplateNetworkInterfacesOutputReference
protected DataAwsLaunchTemplateNetworkInterfacesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataAwsLaunchTemplateNetworkInterfacesOutputReference
protected DataAwsLaunchTemplateNetworkInterfacesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataAwsLaunchTemplateNetworkInterfacesOutputReference
@Stability(Stable) public DataAwsLaunchTemplateNetworkInterfacesOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
getAssociateCarrierIpAddress
@Stability(Stable) @NotNull public String getAssociateCarrierIpAddress()
-
getAssociatePublicIpAddress
@Stability(Stable) @NotNull public String getAssociatePublicIpAddress()
-
getDeleteOnTermination
@Stability(Stable) @NotNull public String getDeleteOnTermination()
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
getDeviceIndex
@Stability(Stable) @NotNull public Number getDeviceIndex()
-
getInterfaceType
@Stability(Stable) @NotNull public String getInterfaceType()
-
getIpv4AddressCount
@Stability(Stable) @NotNull public Number getIpv4AddressCount()
-
getIpv4PrefixCount
@Stability(Stable) @NotNull public Number getIpv4PrefixCount()
-
getIpv6AddressCount
@Stability(Stable) @NotNull public Number getIpv6AddressCount()
-
getIpv6PrefixCount
@Stability(Stable) @NotNull public Number getIpv6PrefixCount()
-
getNetworkCardIndex
@Stability(Stable) @NotNull public Number getNetworkCardIndex()
-
getNetworkInterfaceId
@Stability(Stable) @NotNull public String getNetworkInterfaceId()
-
getPrivateIpAddress
@Stability(Stable) @NotNull public String getPrivateIpAddress()
-
getSubnetId
@Stability(Stable) @NotNull public String getSubnetId()
-
getInternalValue
@Stability(Stable) @Nullable public DataAwsLaunchTemplateNetworkInterfaces getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataAwsLaunchTemplateNetworkInterfaces value)
-
-