Class VpcAttachmentAccepterState


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

      • applianceModeSupport

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> applianceModeSupport()
        Returns:
        Whether Appliance Mode support is enabled. Valid values: `disable`, `enable`.
      • dnsSupport

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsSupport()
        Returns:
        Whether DNS support is enabled. Valid values: `disable`, `enable`.
      • ipv6Support

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ipv6Support()
        Returns:
        Whether IPv6 support is enabled. Valid values: `disable`, `enable`.
      • securityGroupReferencingSupport

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> securityGroupReferencingSupport()
        Returns:
        Whether Security Group Referencing Support is enabled. Valid values: `disable`, `enable`.
      • subnetIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> subnetIds()
        Returns:
        Identifiers of EC2 Subnets.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value tags for the EC2 Transit Gateway VPC Attachment. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • transitGatewayAttachmentId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> transitGatewayAttachmentId()
        Returns:
        The ID of the EC2 Transit Gateway Attachment to manage.
      • transitGatewayDefaultRouteTableAssociation

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> transitGatewayDefaultRouteTableAssociation()
        Returns:
        Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. Default value: `true`.
      • transitGatewayDefaultRouteTablePropagation

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> transitGatewayDefaultRouteTablePropagation()
        Returns:
        Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. Default value: `true`.
      • transitGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> transitGatewayId()
        Returns:
        Identifier of EC2 Transit Gateway.
      • vpcId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcId()
        Returns:
        Identifier of EC2 VPC.
      • vpcOwnerId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcOwnerId()
        Returns:
        Identifier of the AWS account that owns the EC2 VPC.