Show / Hide Table of Contents

Class MemberArgs

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

Constructors

View Source

MemberArgs()

Declaration
public MemberArgs()

Properties

View Source

AccountId

AWS account ID for member account.

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

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

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

Email

Email address for member account.

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

InvitationMessage

Message for invitation.

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

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