Class PeeringAttachmentState


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

      • options

        public java.util.Optional<com.pulumi.core.Output<PeeringAttachmentOptionsArgs>> options()
        Returns:
        Describes whether dynamic routing is enabled or disabled for the transit gateway peering request. See options below for more details!
      • peerAccountId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> peerAccountId()
        Returns:
        Account ID of EC2 Transit Gateway to peer with. Defaults to the account ID the AWS provider is currently connected to.
      • peerRegion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> peerRegion()
        Returns:
        Region of EC2 Transit Gateway to peer with.
      • peerTransitGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> peerTransitGatewayId()
        Returns:
        Identifier of EC2 Transit Gateway to peer with.
      • state

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> state()
      • 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 Peering 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.
      • transitGatewayId

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