Interface DataAwsEc2InstanceTypeOfferingFilter
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataAwsEc2InstanceTypeOfferingFilter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.631Z") @Stability(Stable) public interface DataAwsEc2InstanceTypeOfferingFilter extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataAwsEc2InstanceTypeOfferingFilter.BuilderA builder forDataAwsEc2InstanceTypeOfferingFilterstatic classDataAwsEc2InstanceTypeOfferingFilter.Jsii$ProxyAn implementation forDataAwsEc2InstanceTypeOfferingFilter
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataAwsEc2InstanceTypeOfferingFilter.Builderbuilder()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_instance_type_offering#name DataAwsEc2InstanceTypeOffering#name}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_instance_type_offering#values DataAwsEc2InstanceTypeOffering#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_instance_type_offering#name DataAwsEc2InstanceTypeOffering#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_instance_type_offering#values DataAwsEc2InstanceTypeOffering#values}.
-
builder
@Stability(Stable) static DataAwsEc2InstanceTypeOfferingFilter.Builder builder()
-
-