Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
-
-
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.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.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)StringgetBucket()Bucket of the Cloud Storage object.NumbergetGeneration()Generation number of the Cloud Storage object.StringgetObject()Name of the Cloud Storage object.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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcsBucket of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#bucket OsConfigOsPolicyAssignment#bucket}
- Specified by:
getBucketin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
-
getObject
public final String getObject()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcsName of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#object OsConfigOsPolicyAssignment#object}
- Specified by:
getObjectin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
-
getGeneration
public final Number getGeneration()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcsGeneration number of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#generation OsConfigOsPolicyAssignment#generation}
- Specified by:
getGenerationin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesFileFileGcs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-