Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.269Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builderbuilder()default StringgetContent()A a file with this content.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFilegetFile()file block.StringgetPath()The absolute path of the file within the VM.StringgetState()Desired state of the file.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
The absolute path of the file within the VM.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#path OsConfigOsPolicyAssignment#path}
-
getState
@Stability(Stable) @NotNull String getState()
Desired state of the file. Possible values: ["DESIRED_STATE_UNSPECIFIED", "PRESENT", "ABSENT", "CONTENTS_MATCH"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#state OsConfigOsPolicyAssignment#state}
-
getContent
@Stability(Stable) @Nullable default String getContent()
A a file with this content. The size of the content is limited to 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#content OsConfigOsPolicyAssignment#content}
-
getFile
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFile getFile()
file block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#file OsConfigOsPolicyAssignment#file}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile.Builder builder()
-
-