Interface CloudwatchEventTargetEcsTargetCapacityProviderStrategy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudwatchEventTargetEcsTargetCapacityProviderStrategy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.983Z") @Stability(Stable) public interface CloudwatchEventTargetEcsTargetCapacityProviderStrategy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudwatchEventTargetEcsTargetCapacityProviderStrategy.BuilderA builder forCloudwatchEventTargetEcsTargetCapacityProviderStrategystatic classCloudwatchEventTargetEcsTargetCapacityProviderStrategy.Jsii$ProxyAn implementation forCloudwatchEventTargetEcsTargetCapacityProviderStrategy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudwatchEventTargetEcsTargetCapacityProviderStrategy.Builderbuilder()default NumbergetBase()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#base CloudwatchEventTarget#base}.StringgetCapacityProvider()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#capacity_provider CloudwatchEventTarget#capacity_provider}.default NumbergetWeight()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#weight CloudwatchEventTarget#weight}.
-
-
-
Method Detail
-
getCapacityProvider
@Stability(Stable) @NotNull String getCapacityProvider()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#capacity_provider CloudwatchEventTarget#capacity_provider}.
-
getBase
@Stability(Stable) @Nullable default Number getBase()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#base CloudwatchEventTarget#base}.
-
getWeight
@Stability(Stable) @Nullable default Number getWeight()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#weight CloudwatchEventTarget#weight}.
-
builder
@Stability(Stable) static CloudwatchEventTargetEcsTargetCapacityProviderStrategy.Builder builder()
-
-