Show / Hide Table of Contents

Class RoleAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RoleAssociationArgs
Inherited Members
ResourceArgs.Empty
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 Source

RoleAssociationArgs()

Declaration
public RoleAssociationArgs()

Properties

View Source

DbInstanceIdentifier

DB Instance Identifier to associate with the IAM Role.

Declaration
public Input<string> DbInstanceIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.