Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.260Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile.Builderbuilder()default ObjectgetAllowInsecure()Defaults to false.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFileGcsgetGcs()gcs block.default StringgetLocalPath()A local path within the VM to use.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFileRemotegetRemote()remote block.
-
-
-
Method Detail
-
getAllowInsecure
@Stability(Stable) @Nullable default Object getAllowInsecure()
Defaults to false.When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#allow_insecure OsConfigOsPolicyAssignment#allow_insecure}
-
getGcs
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFileGcs getGcs()
gcs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#gcs OsConfigOsPolicyAssignment#gcs}
-
getLocalPath
@Stability(Stable) @Nullable default String getLocalPath()
A local path within the VM to use.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#local_path OsConfigOsPolicyAssignment#local_path}
-
getRemote
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFileRemote getRemote()
remote block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#remote OsConfigOsPolicyAssignment#remote}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecValidateFile.Builder builder()
-
-