Interface DatasyncTaskExcludes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatasyncTaskExcludes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.481Z") @Stability(Stable) public interface DatasyncTaskExcludes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatasyncTaskExcludes.BuilderA builder forDatasyncTaskExcludesstatic classDatasyncTaskExcludes.Jsii$ProxyAn implementation forDatasyncTaskExcludes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DatasyncTaskExcludes.Builderbuilder()default StringgetFilterType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#filter_type DatasyncTask#filter_type}.default StringgetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#value DatasyncTask#value}.
-
-
-
Method Detail
-
getFilterType
@Stability(Stable) @Nullable default String getFilterType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#filter_type DatasyncTask#filter_type}.
-
getValue
@Stability(Stable) @Nullable default String getValue()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/datasync_task#value DatasyncTask#value}.
-
builder
@Stability(Stable) static DatasyncTaskExcludes.Builder builder()
- Returns:
- a
DatasyncTaskExcludes.BuilderofDatasyncTaskExcludes
-
-