Class MemberArgs
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 MemberArgs : ResourceArgs
Constructors
View SourceMemberArgs()
Declaration
public MemberArgs()
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> |