Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsRedshiftClusterIamRole = AwsRedshiftClusterIamRole' {
- iamRoleArn :: Maybe Text
- applyStatus :: Maybe Text
- newAwsRedshiftClusterIamRole :: AwsRedshiftClusterIamRole
- awsRedshiftClusterIamRole_iamRoleArn :: Lens' AwsRedshiftClusterIamRole (Maybe Text)
- awsRedshiftClusterIamRole_applyStatus :: Lens' AwsRedshiftClusterIamRole (Maybe Text)
Documentation
data AwsRedshiftClusterIamRole Source #
An IAM role that the cluster can use to access other Amazon Web Services services.
See: newAwsRedshiftClusterIamRole
smart constructor.
AwsRedshiftClusterIamRole' | |
|
Instances
newAwsRedshiftClusterIamRole :: AwsRedshiftClusterIamRole Source #
Create a value of AwsRedshiftClusterIamRole
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:iamRoleArn:AwsRedshiftClusterIamRole'
, awsRedshiftClusterIamRole_iamRoleArn
- The ARN of the IAM role.
$sel:applyStatus:AwsRedshiftClusterIamRole'
, awsRedshiftClusterIamRole_applyStatus
- The status of the IAM role's association with the cluster.
Valid values: in-sync
| adding
| removing
awsRedshiftClusterIamRole_iamRoleArn :: Lens' AwsRedshiftClusterIamRole (Maybe Text) Source #
The ARN of the IAM role.
awsRedshiftClusterIamRole_applyStatus :: Lens' AwsRedshiftClusterIamRole (Maybe Text) Source #
The status of the IAM role's association with the cluster.
Valid values: in-sync
| adding
| removing