Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.257Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builderbuilder()default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecgetExec()exec block.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFilegetFile()file block.StringgetId()The id of the resource with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkggetPkg()pkg block.default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositorygetRepository()repository block.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
The id of the resource with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens.* Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the OS policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#id OsConfigOsPolicyAssignment#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getExec
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExec getExec()
exec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#exec OsConfigOsPolicyAssignment#exec}
-
getFile
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile 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}
-
getPkg
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkg getPkg()
pkg block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#pkg OsConfigOsPolicyAssignment#pkg}
-
getRepository
@Stability(Stable) @Nullable default OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepository getRepository()
repository block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#repository OsConfigOsPolicyAssignment#repository}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builder builder()
-
-