Class 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
    • 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()
      • getIpv4Addresses

        @Stability(Stable)
        @NotNull
        public List<String> getIpv4Addresses()
      • getIpv4PrefixCount

        @Stability(Stable)
        @NotNull
        public Number getIpv4PrefixCount()
      • getIpv4Prefixes

        @Stability(Stable)
        @NotNull
        public List<String> getIpv4Prefixes()
      • getIpv6AddressCount

        @Stability(Stable)
        @NotNull
        public Number getIpv6AddressCount()
      • getIpv6Addresses

        @Stability(Stable)
        @NotNull
        public List<String> getIpv6Addresses()
      • getIpv6PrefixCount

        @Stability(Stable)
        @NotNull
        public Number getIpv6PrefixCount()
      • getIpv6Prefixes

        @Stability(Stable)
        @NotNull
        public List<String> getIpv6Prefixes()
      • getNetworkCardIndex

        @Stability(Stable)
        @NotNull
        public Number getNetworkCardIndex()
      • getNetworkInterfaceId

        @Stability(Stable)
        @NotNull
        public String getNetworkInterfaceId()
      • getPrivateIpAddress

        @Stability(Stable)
        @NotNull
        public String getPrivateIpAddress()
      • getSecurityGroups

        @Stability(Stable)
        @NotNull
        public List<String> getSecurityGroups()
      • getSubnetId

        @Stability(Stable)
        @NotNull
        public String getSubnetId()