AwsRdsIamRoleAssociationArgs
interface AwsRdsIamRoleAssociationArgs {
featureName: 'Comprehend' | 'Lambda' | 'SageMaker' | 's3Export' | 's3Import';
roleArn: Input<string>;
}IAM role association supported by Aurora PostgreSQL.
Example
CODE
const iamRole: AwsRdsIamRoleAssociationArgs = {
featureName: 'Lambda',
roleArn: 'arn:aws:iam::000000000000:role/rds-lambda',
};Properties
featureName: 'Comprehend' | 'Lambda' | 'SageMaker' | 's3Export' | 's3Import'
Aurora feature name.
roleArn: Input<string>
ARN of the role to associate.