1. Packages
  2. AWS Native
  3. API Docs
  4. ses
  5. getVdmAttributes

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.ses.getVdmAttributes

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 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:

    VdmAttributesResourceId string
    Unique identifier for this resource
    VdmAttributesResourceId string
    Unique identifier for this resource
    vdmAttributesResourceId String
    Unique identifier for this resource
    vdmAttributesResourceId string
    Unique identifier for this resource
    vdm_attributes_resource_id str
    Unique identifier for this resource
    vdmAttributesResourceId String
    Unique identifier for this resource

    getVdmAttributes Result

    The following output properties are available:

    Supporting Types

    VdmAttributesDashboardAttributes

    EngagementMetrics string
    Whether emails sent from this account have engagement tracking enabled.
    EngagementMetrics string
    Whether emails sent from this account have engagement tracking enabled.
    engagementMetrics String
    Whether emails sent from this account have engagement tracking enabled.
    engagementMetrics string
    Whether emails sent from this account have engagement tracking enabled.
    engagement_metrics str
    Whether emails sent from this account have engagement tracking enabled.
    engagementMetrics String
    Whether emails sent from this account have engagement tracking enabled.

    VdmAttributesGuardianAttributes

    OptimizedSharedDelivery string
    Whether emails sent from this account have optimized delivery algorithm enabled.
    OptimizedSharedDelivery string
    Whether emails sent from this account have optimized delivery algorithm enabled.
    optimizedSharedDelivery String
    Whether emails sent from this account have optimized delivery algorithm enabled.
    optimizedSharedDelivery string
    Whether emails sent from this account have optimized delivery algorithm enabled.
    optimized_shared_delivery str
    Whether emails sent from this account have optimized delivery algorithm enabled.
    optimizedSharedDelivery 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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi