Class MemberState
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.SecurityHub
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MemberState : ResourceArgs
Constructors
View SourceMemberState()
Declaration
public MemberState()
Properties
View SourceAccountId
The ID of the member AWS account.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
The email of the member AWS account.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Invite
Boolean whether to invite the account to Security Hub as a member. Defaults to false.
Declaration
public Input<bool> Invite { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MasterId
The ID of the master Security Hub AWS account.
Declaration
public Input<string> MasterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MemberStatus
The status of the relationship between the member account and its master account.
Declaration
public Input<string> MemberStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |