Class RoleAssociationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Rds
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RoleAssociationArgs : ResourceArgs
Constructors
View SourceRoleAssociationArgs()
Declaration
public RoleAssociationArgs()
Properties
View SourceDbInstanceIdentifier
DB Instance Identifier to associate with the IAM Role.
Declaration
public Input<string> DbInstanceIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FeatureName
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.
Declaration
public Input<string> FeatureName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleArn
Amazon Resource Name (ARN) of the IAM Role to associate with the DB Instance.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |