
com.pulumi.aws.detective.MemberArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws Show documentation
Show all versions of aws Show documentation
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.detective;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class MemberArgs extends com.pulumi.resources.ResourceArgs {
public static final MemberArgs Empty = new MemberArgs();
/**
* AWS account ID for the account.
*
*/
@Import(name="accountId", required=true)
private Output accountId;
/**
* @return AWS account ID for the account.
*
*/
public Output accountId() {
return this.accountId;
}
/**
* 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`.
*
*/
@Import(name="disableEmailNotification")
private @Nullable Output disableEmailNotification;
/**
* @return 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`.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy