Class ResourceShareAccepterState
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 ResourceShareAccepterState : ResourceArgs
Constructors
View SourceResourceShareAccepterState()
Declaration
public ResourceShareAccepterState()
Properties
View SourceInvitationArn
The ARN of the resource share invitation.
Declaration
public Input<string> InvitationArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReceiverAccountId
The account ID of the receiver account which accepts the invitation.
Declaration
public Input<string> ReceiverAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Resources
A list of the resource ARNs shared via the resource share.
Declaration
public InputList<string> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SenderAccountId
The account ID of the sender account which submits the invitation.
Declaration
public Input<string> SenderAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShareArn
The ARN of the resource share.
Declaration
public Input<string> ShareArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShareId
The ID of the resource share as displayed in the console.
Declaration
public Input<string> ShareId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShareName
The name of the resource share.
Declaration
public Input<string> ShareName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the resource share (ACTIVE, PENDING, FAILED, DELETING, DELETED).
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |