We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ses.getVdmAttributes
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::SES::VdmAttributes
Using getVdmAttributes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVdmAttributes(args: GetVdmAttributesArgs, opts?: InvokeOptions): Promise<GetVdmAttributesResult>
function getVdmAttributesOutput(args: GetVdmAttributesOutputArgs, opts?: InvokeOptions): Output<GetVdmAttributesResult>
def get_vdm_attributes(vdm_attributes_resource_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVdmAttributesResult
def get_vdm_attributes_output(vdm_attributes_resource_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVdmAttributesResult]
func LookupVdmAttributes(ctx *Context, args *LookupVdmAttributesArgs, opts ...InvokeOption) (*LookupVdmAttributesResult, error)
func LookupVdmAttributesOutput(ctx *Context, args *LookupVdmAttributesOutputArgs, opts ...InvokeOption) LookupVdmAttributesResultOutput
> Note: This function is named LookupVdmAttributes
in the Go SDK.
public static class GetVdmAttributes
{
public static Task<GetVdmAttributesResult> InvokeAsync(GetVdmAttributesArgs args, InvokeOptions? opts = null)
public static Output<GetVdmAttributesResult> Invoke(GetVdmAttributesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVdmAttributesResult> getVdmAttributes(GetVdmAttributesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ses:getVdmAttributes
arguments:
# arguments dictionary
The following arguments are supported:
- Vdm
Attributes stringResource Id - Unique identifier for this resource
- Vdm
Attributes stringResource Id - Unique identifier for this resource
- vdm
Attributes StringResource Id - Unique identifier for this resource
- vdm
Attributes stringResource Id - Unique identifier for this resource
- vdm_
attributes_ strresource_ id - Unique identifier for this resource
- vdm
Attributes StringResource Id - Unique identifier for this resource
getVdmAttributes Result
The following output properties are available:
- Dashboard
Attributes Pulumi.Aws Native. Ses. Outputs. Vdm Attributes Dashboard Attributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- Guardian
Attributes Pulumi.Aws Native. Ses. Outputs. Vdm Attributes Guardian Attributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- Vdm
Attributes stringResource Id - Unique identifier for this resource
- Dashboard
Attributes VdmAttributes Dashboard Attributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- Guardian
Attributes VdmAttributes Guardian Attributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- Vdm
Attributes stringResource Id - Unique identifier for this resource
- dashboard
Attributes VdmAttributes Dashboard Attributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardian
Attributes VdmAttributes Guardian Attributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdm
Attributes StringResource Id - Unique identifier for this resource
- dashboard
Attributes VdmAttributes Dashboard Attributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardian
Attributes VdmAttributes Guardian Attributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdm
Attributes stringResource Id - Unique identifier for this resource
- dashboard_
attributes VdmAttributes Dashboard Attributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardian_
attributes VdmAttributes Guardian Attributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdm_
attributes_ strresource_ id - Unique identifier for this resource
- dashboard
Attributes Property Map - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardian
Attributes Property Map - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- vdm
Attributes StringResource Id - Unique identifier for this resource
Supporting Types
VdmAttributesDashboardAttributes
- Engagement
Metrics string - Whether emails sent from this account have engagement tracking enabled.
- Engagement
Metrics string - Whether emails sent from this account have engagement tracking enabled.
- engagement
Metrics String - Whether emails sent from this account have engagement tracking enabled.
- engagement
Metrics string - Whether emails sent from this account have engagement tracking enabled.
- engagement_
metrics str - Whether emails sent from this account have engagement tracking enabled.
- engagement
Metrics String - Whether emails sent from this account have engagement tracking enabled.
VdmAttributesGuardianAttributes
- string
- Whether emails sent from this account have optimized delivery algorithm enabled.
- string
- Whether emails sent from this account have optimized delivery algorithm enabled.
- String
- Whether emails sent from this account have optimized delivery algorithm enabled.
- string
- Whether emails sent from this account have optimized delivery algorithm enabled.
- str
- Whether emails sent from this account have optimized delivery algorithm enabled.
- String
- Whether emails sent from this account have optimized delivery algorithm enabled.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi