Package com.pulumi.aws.ec2.inputs
Class GetLocalGatewayRouteTablePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.ec2.inputs.GetLocalGatewayRouteTablePlainArgs
-
public final class GetLocalGatewayRouteTablePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetLocalGatewayRouteTablePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetLocalGatewayRouteTablePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetLocalGatewayRouteTablePlainArgs.Builder
builder()
static GetLocalGatewayRouteTablePlainArgs.Builder
builder(GetLocalGatewayRouteTablePlainArgs defaults)
java.util.Optional<java.util.List<GetLocalGatewayRouteTableFilter>>
filters()
java.util.Optional<java.lang.String>
localGatewayId()
java.util.Optional<java.lang.String>
localGatewayRouteTableId()
java.util.Optional<java.lang.String>
outpostArn()
java.util.Optional<java.lang.String>
state()
java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>
tags()
-
-
-
Field Detail
-
Empty
public static final GetLocalGatewayRouteTablePlainArgs Empty
-
-
Method Detail
-
filters
public java.util.Optional<java.util.List<GetLocalGatewayRouteTableFilter>> filters()
-
localGatewayId
public java.util.Optional<java.lang.String> localGatewayId()
- Returns:
- ID of the specific local gateway route table to retrieve.
-
localGatewayRouteTableId
public java.util.Optional<java.lang.String> localGatewayRouteTableId()
- Returns:
- Local Gateway Route Table Id assigned to desired local gateway route table
-
outpostArn
public java.util.Optional<java.lang.String> outpostArn()
- Returns:
- ARN of the Outpost the local gateway route table is associated with.
-
state
public java.util.Optional<java.lang.String> state()
- Returns:
- State of the local gateway route table.
-
tags
public java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> tags()
- Returns:
- Mapping of tags, each pair of which must exactly match a pair on the desired local gateway route table. More complex filters can be expressed using one or more `filter` sub-blocks, which take the following arguments:
-
builder
public static GetLocalGatewayRouteTablePlainArgs.Builder builder()
-
builder
public static GetLocalGatewayRouteTablePlainArgs.Builder builder(GetLocalGatewayRouteTablePlainArgs defaults)
-
-