Member

class Member : KotlinCustomResource

Provides a resource to manage an Amazon Detective Member.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.detective.Graph;
import com.pulumi.aws.detective.Member;
import com.pulumi.aws.detective.MemberArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var exampleGraph = new Graph("exampleGraph");
var exampleMember = new Member("exampleMember", MemberArgs.builder()
.accountId("AWS ACCOUNT ID")
.emailAddress("EMAIL")
.graphArn(exampleGraph.id())
.message("Message of the invitation")
.disableEmailNotification(true)
.build());
}
}

Import

aws_detective_member can be imported using the ARN of the graph followed by the account ID of the member account, e.g.

$ pulumi import aws:detective/member:Member example arn:aws:detective:us-east-1:123456789101:graph:231684d34gh74g4bae1dbc7bd807d02d/123456789012

Properties

Link copied to clipboard
val accountId: Output<String>

AWS account ID for the account.

Link copied to clipboard
val administratorId: Output<String>

AWS account ID for the administrator account.

Link copied to clipboard
val disabledReason: Output<String>
Link copied to clipboard

If set to true, then the root user of the invited account will not receive an email notification. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. By default, this is set to false.

Link copied to clipboard
val emailAddress: Output<String>

Email address for the account.

Link copied to clipboard
val graphArn: Output<String>

ARN of the behavior graph to invite the member accounts to contribute their data to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val invitedTime: Output<String>

Date and time, in UTC and extended RFC 3339 format, when an Amazon Detective membership invitation was last sent to the account.

Link copied to clipboard
val message: Output<String>?

A custom message to include in the invitation. Amazon Detective adds this message to the standard content that it sends for an invitation.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Current membership status of the member account.

Link copied to clipboard
val updatedTime: Output<String>

Date and time, in UTC and extended RFC 3339 format, of the most recent change to the member account's status.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Data volume in bytes per day for the member account.