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