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.SecurityHub
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MemberArgs : ResourceArgs

Constructors

View Source

MemberArgs()

Declaration
public MemberArgs()

Properties

View Source

AccountId

The ID of the member AWS account.

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

Email

The email of the member AWS account.

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

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