Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.258Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builderbuilder()default ObjectgetAllowInsecure()Defaults to false.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileGcsgetGcs()gcs block.default StringgetLocalPath()A local path within the VM to use.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileRemotegetRemote()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 OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileGcs 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 OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFileRemote 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 OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile.Builder builder()
-
-