Interface OsConfigPatchDeploymentConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
OsConfigPatchDeploymentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.283Z") @Stability(Stable) public interface OsConfigPatchDeploymentConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentConfig.BuilderA builder forOsConfigPatchDeploymentConfigstatic classOsConfigPatchDeploymentConfig.Jsii$ProxyAn implementation forOsConfigPatchDeploymentConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentConfig.Builderbuilder()default StringgetDescription()Description of the patch deployment.default StringgetDuration()Duration of the patch.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id}.OsConfigPatchDeploymentInstanceFiltergetInstanceFilter()instance_filter block.default OsConfigPatchDeploymentOneTimeSchedulegetOneTimeSchedule()one_time_schedule block.default OsConfigPatchDeploymentPatchConfiggetPatchConfig()patch_config block.StringgetPatchDeploymentId()A name for the patch deployment in the project.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#project OsConfigPatchDeployment#project}.default OsConfigPatchDeploymentRecurringSchedulegetRecurringSchedule()recurring_schedule block.default OsConfigPatchDeploymentRolloutgetRollout()rollout block.default OsConfigPatchDeploymentTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getInstanceFilter
@Stability(Stable) @NotNull OsConfigPatchDeploymentInstanceFilter getInstanceFilter()
instance_filter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#instance_filter OsConfigPatchDeployment#instance_filter}
-
getPatchDeploymentId
@Stability(Stable) @NotNull String getPatchDeploymentId()
A name for the patch deployment in the project.When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#patch_deployment_id OsConfigPatchDeployment#patch_deployment_id}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the patch deployment. Length of the description is limited to 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#description OsConfigPatchDeployment#description}
-
getDuration
@Stability(Stable) @Nullable default String getDuration()
Duration of the patch.After the duration ends, the patch times out. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#duration OsConfigPatchDeployment#duration}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getOneTimeSchedule
@Stability(Stable) @Nullable default OsConfigPatchDeploymentOneTimeSchedule getOneTimeSchedule()
one_time_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#one_time_schedule OsConfigPatchDeployment#one_time_schedule}
-
getPatchConfig
@Stability(Stable) @Nullable default OsConfigPatchDeploymentPatchConfig getPatchConfig()
patch_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#patch_config OsConfigPatchDeployment#patch_config}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#project OsConfigPatchDeployment#project}.
-
getRecurringSchedule
@Stability(Stable) @Nullable default OsConfigPatchDeploymentRecurringSchedule getRecurringSchedule()
recurring_schedule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#recurring_schedule OsConfigPatchDeployment#recurring_schedule}
-
getRollout
@Stability(Stable) @Nullable default OsConfigPatchDeploymentRollout getRollout()
rollout block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#rollout OsConfigPatchDeployment#rollout}
-
getTimeouts
@Stability(Stable) @Nullable default OsConfigPatchDeploymentTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#timeouts OsConfigPatchDeployment#timeouts}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentConfig.Builder builder()
-
-