Class VpcIpv6CidrBlockAssociationArgs


  • public final class VpcIpv6CidrBlockAssociationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • assignGeneratedIpv6CidrBlock

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> assignGeneratedIpv6CidrBlock()
        Returns:
        Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block. Default is `false`. Conflicts with `ipv6_pam_pool_id`, `ipv6_pool`, `ipv6_cidr_block` and `ipv6_netmask_length`.
      • ipv6CidrBlock

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipv6CidrBlock()
        Returns:
        The IPv6 CIDR block for the VPC. CIDR can be explicitly set or it can be derived from IPAM using `ipv6_netmask_length`. This parameter is required if `ipv6_netmask_length` is not set and the IPAM pool does not have `allocation_default_netmask` set. Conflicts with `assign_generated_ipv6_cidr_block`.
      • ipv6IpamPoolId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipv6IpamPoolId()
        Returns:
        - (Optional) The ID of an IPv6 IPAM pool you want to use for allocating this VPC's CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across AWS Regions and accounts. Conflict with `assign_generated_ipv6_cidr_block` and `ipv6_ipam_pool_id`.
      • ipv6NetmaskLength

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> ipv6NetmaskLength()
        Returns:
        The netmask length of the IPv6 CIDR you want to allocate to this VPC. Requires specifying a `ipv6_ipam_pool_id`. This parameter is optional if the IPAM pool has `allocation_default_netmask` set, otherwise it or `ipv6_cidr_block` are required. Conflicts with `assign_generated_ipv6_cidr_block` and `ipv6_ipam_pool_id`.
      • ipv6Pool

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipv6Pool()
        Returns:
        The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block. Conflicts with `ipv6_pam_pool_id`, `ipv6_pool`.
      • vpcId

        public com.pulumi.core.Output<java.lang.String> vpcId()
        Returns:
        The ID of the VPC to make the association with.