Interface ContainerAwsClusterControlPlaneAwsServicesAuthentication

    • 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 to multicloud-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}