Class RoleAssociationState


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

      • dbInstanceIdentifier

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

        public java.util.Optional<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 java.util.Optional<com.pulumi.core.Output<java.lang.String>> roleArn()
        Returns:
        Amazon Resource Name (ARN) of the IAM Role to associate with the DB Instance.