Package com.pulumi.aws.sesv2.outputs
Class GetEmailIdentityMailFromAttributesResult
- java.lang.Object
-
- com.pulumi.aws.sesv2.outputs.GetEmailIdentityMailFromAttributesResult
-
public final class GetEmailIdentityMailFromAttributesResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetEmailIdentityMailFromAttributesResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
behaviorOnMxFailure()
static GetEmailIdentityMailFromAttributesResult.Builder
builder()
static GetEmailIdentityMailFromAttributesResult.Builder
builder(GetEmailIdentityMailFromAttributesResult defaults)
java.lang.String
emailIdentity()
java.lang.String
id()
java.lang.String
mailFromDomain()
-
-
-
Method Detail
-
behaviorOnMxFailure
public java.lang.String behaviorOnMxFailure()
- Returns:
- The action to take if the required MX record isn't found when you send an email. Valid values: `USE_DEFAULT_VALUE`, `REJECT_MESSAGE`.
-
emailIdentity
public java.lang.String emailIdentity()
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
mailFromDomain
public java.lang.String mailFromDomain()
- Returns:
- The custom MAIL FROM domain that you want the verified identity to use.
-
builder
public static GetEmailIdentityMailFromAttributesResult.Builder builder()
-
builder
public static GetEmailIdentityMailFromAttributesResult.Builder builder(GetEmailIdentityMailFromAttributesResult defaults)
-
-