Show / Hide Table of Contents

Class ResourceShareAccepterState

Inheritance
System.Object
InputArgs
ResourceArgs
ResourceShareAccepterState
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.Ram
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResourceShareAccepterState : ResourceArgs

Constructors

View Source

ResourceShareAccepterState()

Declaration
public ResourceShareAccepterState()

Properties

View Source

InvitationArn

The ARN of the resource share invitation.

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

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

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

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

ShareArn

The ARN of the resource share.

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

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

ShareName

The name of the resource share.

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

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