Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.270Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote.Builderbuilder()default StringgetSha256Checksum()SHA256 checksum of the remote file.StringgetUri()URI from which to fetch the object.
-
-
-
Method Detail
-
getUri
@Stability(Stable) @NotNull String getUri()
URI from which to fetch the object. It should contain both the protocol and path following the format '{protocol}://{location}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#uri OsConfigOsPolicyAssignment#uri}
-
getSha256Checksum
@Stability(Stable) @Nullable default String getSha256Checksum()
SHA256 checksum of the remote file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#sha256_checksum OsConfigOsPolicyAssignment#sha256_checksum}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileRemote.Builder builder()
-
-