Interface BigqueryConnectionAwsAccessRole
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryConnectionAwsAccessRole.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.629Z") @Stability(Stable) public interface BigqueryConnectionAwsAccessRole extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryConnectionAwsAccessRole.BuilderA builder forBigqueryConnectionAwsAccessRolestatic classBigqueryConnectionAwsAccessRole.Jsii$ProxyAn implementation forBigqueryConnectionAwsAccessRole
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryConnectionAwsAccessRole.Builderbuilder()StringgetIamRoleId()The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
-
-
-
Method Detail
-
getIamRoleId
@Stability(Stable) @NotNull String getIamRoleId()
The 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}
-
builder
@Stability(Stable) static BigqueryConnectionAwsAccessRole.Builder builder()
-
-