Class GetAttachmentResult
- java.lang.Object
-
- com.pulumi.aws.ec2transitgateway.outputs.GetAttachmentResult
-
public final class GetAttachmentResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAttachmentResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
java.lang.String
associationState()
java.lang.String
associationTransitGatewayRouteTableId()
static GetAttachmentResult.Builder
builder()
static GetAttachmentResult.Builder
builder(GetAttachmentResult defaults)
java.util.List<GetAttachmentFilter>
filters()
java.lang.String
id()
java.lang.String
resourceId()
java.lang.String
resourceOwnerId()
java.lang.String
resourceType()
java.lang.String
state()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
transitGatewayAttachmentId()
java.lang.String
transitGatewayId()
java.lang.String
transitGatewayOwnerId()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- ARN of the attachment.
-
associationState
public java.lang.String associationState()
- Returns:
- The state of the association (see [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TransitGatewayAttachmentAssociation.html) for valid values).
-
associationTransitGatewayRouteTableId
public java.lang.String associationTransitGatewayRouteTableId()
- Returns:
- The ID of the route table for the transit gateway.
-
filters
public java.util.List<GetAttachmentFilter> filters()
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
resourceId
public java.lang.String resourceId()
- Returns:
- ID of the resource.
-
resourceOwnerId
public java.lang.String resourceOwnerId()
- Returns:
- ID of the AWS account that owns the resource.
-
resourceType
public java.lang.String resourceType()
- Returns:
- Resource type.
-
state
public java.lang.String state()
- Returns:
- Attachment state.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Key-value tags for the attachment.
-
transitGatewayAttachmentId
public java.lang.String transitGatewayAttachmentId()
-
transitGatewayId
public java.lang.String transitGatewayId()
- Returns:
- ID of the transit gateway.
-
transitGatewayOwnerId
public java.lang.String transitGatewayOwnerId()
- Returns:
- The ID of the AWS account that owns the transit gateway.
-
builder
public static GetAttachmentResult.Builder builder()
-
builder
public static GetAttachmentResult.Builder builder(GetAttachmentResult defaults)
-
-