class Aws::SecurityHub::Types::AwsRedshiftClusterIamRole

An IAM role that the cluster can use to access other Amazon Web Services services.

@note When making an API call, you may pass AwsRedshiftClusterIamRole

data as a hash:

    {
      apply_status: "NonEmptyString",
      iam_role_arn: "NonEmptyString",
    }

@!attribute [rw] apply_status

The status of the IAM role's association with the cluster.

Valid values: `in-sync` \| `adding` \| `removing`
@return [String]

@!attribute [rw] iam_role_arn

The ARN of the IAM role.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterIamRole AWS API Documentation

Constants

SENSITIVE