Class BigqueryConnectionAwsAccessRole.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_connection.BigqueryConnectionAwsAccessRole.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryConnectionAwsAccessRole,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryConnectionAwsAccessRole
@Stability(Stable) @Internal public static final class BigqueryConnectionAwsAccessRole.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryConnectionAwsAccessRole
An implementation forBigqueryConnectionAwsAccessRole
-
-
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.bigquery_connection.BigqueryConnectionAwsAccessRole
BigqueryConnectionAwsAccessRole.Builder, BigqueryConnectionAwsAccessRole.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryConnectionAwsAccessRole.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryConnectionAwsAccessRole.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)StringgetIamRoleId()The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.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(BigqueryConnectionAwsAccessRole.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryConnectionAwsAccessRole.Builder.
-
-
Method Detail
-
getIamRoleId
public final String getIamRoleId()
Description copied from interface:BigqueryConnectionAwsAccessRoleThe user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#iam_role_id BigqueryConnection#iam_role_id}
- Specified by:
getIamRoleIdin interfaceBigqueryConnectionAwsAccessRole
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-