Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecgetExec()exec block.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFilegetFile()file block.StringgetId()The id of the resource with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkggetPkg()pkg block.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositorygetRepository()repository block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesThe 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.
- Specified by:
getIdin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
getExec
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExec getExec()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesexec 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}
- Specified by:
getExecin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
getFile
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFile getFile()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesfile 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}
- Specified by:
getFilein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
getPkg
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkg getPkg()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcespkg 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}
- Specified by:
getPkgin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
getRepository
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepository getRepository()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesrepository 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}
- Specified by:
getRepositoryin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResources
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-