Class ClusterRoleAssociationArgs


  • public final class ClusterRoleAssociationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • dbClusterIdentifier

        public com.pulumi.core.Output<java.lang.String> dbClusterIdentifier()
        Returns:
        DB Cluster Identifier to associate with the IAM Role.
      • featureName

        public com.pulumi.core.Output<java.lang.String> featureName()
        Returns:
        Name of the feature for association. This can be found in the AWS documentation relevant to the integration or a full list is available in the `SupportedFeatureNames` list returned by [AWS CLI rds describe-db-engine-versions](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html).
      • roleArn

        public com.pulumi.core.Output<java.lang.String> roleArn()
        Returns:
        Amazon Resource Name (ARN) of the IAM Role to associate with the DB Cluster.