Class GetVpcResult


  • public final class GetVpcResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        ARN of VPC
      • cidrBlock

        public java.lang.String cidrBlock()
        Returns:
        CIDR block for the association.
      • default_

        public java.lang.Boolean default_()
      • dhcpOptionsId

        public java.lang.String dhcpOptionsId()
      • enableDnsHostnames

        public java.lang.Boolean enableDnsHostnames()
        Returns:
        Whether or not the VPC has DNS hostname support
      • enableDnsSupport

        public java.lang.Boolean enableDnsSupport()
        Returns:
        Whether or not the VPC has DNS support
      • enableNetworkAddressUsageMetrics

        public java.lang.Boolean enableNetworkAddressUsageMetrics()
        Returns:
        Whether Network Address Usage metrics are enabled for your VPC
      • id

        public java.lang.String id()
      • instanceTenancy

        public java.lang.String instanceTenancy()
        Returns:
        Allowed tenancy of instances launched into the selected VPC. May be any of `"default"`, `"dedicated"`, or `"host"`.
      • ipv6AssociationId

        public java.lang.String ipv6AssociationId()
        Returns:
        Association ID for the IPv6 CIDR block.
      • ipv6CidrBlock

        public java.lang.String ipv6CidrBlock()
        Returns:
        IPv6 CIDR block.
      • mainRouteTableId

        public java.lang.String mainRouteTableId()
        Returns:
        ID of the main route table associated with this VPC.
      • ownerId

        public java.lang.String ownerId()
        Returns:
        ID of the AWS account that owns the VPC.
      • state

        public java.lang.String state()
        Returns:
        State of the association.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()