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.GuardDuty
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MemberState : ResourceArgs
Constructors
View SourceMemberState()
Declaration
public MemberState()
Properties
View SourceAccountId
AWS account ID for member account.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DetectorId
The detector ID of the GuardDuty account where you want to create member accounts.
Declaration
public Input<string> DetectorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisableEmailNotification
Boolean whether an email notification is sent to the accounts. Defaults to false.
Declaration
public Input<bool> DisableEmailNotification { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Email address for member account.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InvitationMessage
Message for invitation.
Declaration
public Input<string> InvitationMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Invite
Boolean whether to invite the account to GuardDuty as a member. Defaults to false. To detect if an invitation needs to be (re-)sent, the this provider state value is true based on a relationship_status of Disabled, Enabled, Invited, or EmailVerificationInProgress.
Declaration
public Input<bool> Invite { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RelationshipStatus
The status of the relationship between the member account and its master account. More information can be found in Amazon GuardDuty API Reference.
Declaration
public Input<string> RelationshipStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |