Package com.pulumi.aws.ec2.inputs
Class DefaultRouteTableState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.ec2.inputs.DefaultRouteTableState
-
public final class DefaultRouteTableState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DefaultRouteTableState.Builder
-
Field Summary
Fields Modifier and Type Field Description static DefaultRouteTableState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
arn()
static DefaultRouteTableState.Builder
builder()
static DefaultRouteTableState.Builder
builder(DefaultRouteTableState defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
defaultRouteTableId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
ownerId()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
propagatingVgws()
java.util.Optional<com.pulumi.core.Output<java.util.List<DefaultRouteTableRouteArgs>>>
routes()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tagsAll()
Deprecated.Please use `tags` instead.java.util.Optional<com.pulumi.core.Output<java.lang.String>>
vpcId()
-
-
-
Field Detail
-
Empty
public static final DefaultRouteTableState Empty
-
-
Method Detail
-
arn
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
- Returns:
- The ARN of the route table.
-
defaultRouteTableId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> defaultRouteTableId()
- Returns:
- ID of the default route table. The following arguments are optional:
-
ownerId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ownerId()
- Returns:
- ID of the AWS account that owns the route table.
-
propagatingVgws
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> propagatingVgws()
- Returns:
- List of virtual gateways for propagation.
-
routes
public java.util.Optional<com.pulumi.core.Output<java.util.List<DefaultRouteTableRouteArgs>>> routes()
- Returns:
- Set of objects. Detailed below
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Map of tags to assign to the resource. 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.
-
vpcId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpcId()
- Returns:
- ID of the VPC.
-
builder
public static DefaultRouteTableState.Builder builder()
-
builder
public static DefaultRouteTableState.Builder builder(DefaultRouteTableState defaults)
-
-