Interface DataAwsEc2LocalGatewayRouteTablesFilter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataAwsEc2LocalGatewayRouteTablesFilter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.646Z") @Stability(Stable) public interface DataAwsEc2LocalGatewayRouteTablesFilter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataAwsEc2LocalGatewayRouteTablesFilter.BuilderA builder forDataAwsEc2LocalGatewayRouteTablesFilterstatic classDataAwsEc2LocalGatewayRouteTablesFilter.Jsii$ProxyAn implementation forDataAwsEc2LocalGatewayRouteTablesFilter
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataAwsEc2LocalGatewayRouteTablesFilter.Builderbuilder()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#name DataAwsEc2LocalGatewayRouteTables#name}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#values DataAwsEc2LocalGatewayRouteTables#values}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#name DataAwsEc2LocalGatewayRouteTables#name}.
-
getValues
@Stability(Stable) @NotNull List<String> getValues()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#values DataAwsEc2LocalGatewayRouteTables#values}.
-
builder
@Stability(Stable) static DataAwsEc2LocalGatewayRouteTablesFilter.Builder builder()
-
-