Class ResourceAssociationState
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.Ram
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResourceAssociationState : ResourceArgs
Constructors
View SourceResourceAssociationState()
Declaration
public ResourceAssociationState()
Properties
View SourceResourceArn
Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share.
Declaration
public Input<string> ResourceArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceShareArn
Amazon Resource Name (ARN) of the RAM Resource Share.
Declaration
public Input<string> ResourceShareArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |