Class VpcAttachmentAccepterArgs


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

      • 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.
      • transitGatewayAttachmentId

        public 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`.