Interface ContainerAwsClusterControlPlaneAwsServicesAuthentication
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAwsClusterControlPlaneAwsServicesAuthentication.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.151Z") @Stability(Stable) public interface ContainerAwsClusterControlPlaneAwsServicesAuthentication extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAwsClusterControlPlaneAwsServicesAuthentication.BuilderA builder forContainerAwsClusterControlPlaneAwsServicesAuthenticationstatic classContainerAwsClusterControlPlaneAwsServicesAuthentication.Jsii$ProxyAn implementation forContainerAwsClusterControlPlaneAwsServicesAuthentication
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAwsClusterControlPlaneAwsServicesAuthentication.Builderbuilder()StringgetRoleArn()The Amazon Resource Name (ARN) of the role that the Anthos Multi-Cloud API will assume when managing AWS resources on your account.default StringgetRoleSessionName()Optional.
-
-
-
Method Detail
-
getRoleArn
@Stability(Stable) @NotNull String getRoleArn()
The Amazon Resource Name (ARN) of the role that the Anthos Multi-Cloud API will assume when managing AWS resources on your account.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#role_arn ContainerAwsCluster#role_arn}
-
getRoleSessionName
@Stability(Stable) @Nullable default String getRoleSessionName()
Optional. An identifier for the assumed role session. When unspecified, it defaults tomulticloud-service-agent.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#role_session_name ContainerAwsCluster#role_session_name}
-
builder
@Stability(Stable) static ContainerAwsClusterControlPlaneAwsServicesAuthentication.Builder builder()
-
-