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

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.VdmAttributes

Explore with Pulumi AI

aws-native logo

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

    Create VdmAttributes Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VdmAttributes(name: string, args?: VdmAttributesArgs, opts?: CustomResourceOptions);
    @overload
    def VdmAttributes(resource_name: str,
                      args: Optional[VdmAttributesArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def VdmAttributes(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      dashboard_attributes: Optional[VdmAttributesDashboardAttributesArgs] = None,
                      guardian_attributes: Optional[VdmAttributesGuardianAttributesArgs] = None)
    func NewVdmAttributes(ctx *Context, name string, args *VdmAttributesArgs, opts ...ResourceOption) (*VdmAttributes, error)
    public VdmAttributes(string name, VdmAttributesArgs? args = null, CustomResourceOptions? opts = null)
    public VdmAttributes(String name, VdmAttributesArgs args)
    public VdmAttributes(String name, VdmAttributesArgs args, CustomResourceOptions options)
    
    type: aws-native:ses:VdmAttributes
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VdmAttributesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VdmAttributesArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VdmAttributesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VdmAttributesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VdmAttributesArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VdmAttributes Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VdmAttributes resource accepts the following input properties:

    DashboardAttributes Pulumi.AwsNative.Ses.Inputs.VdmAttributesDashboardAttributes
    Specifies additional settings for your VDM configuration as applicable to the Dashboard.
    GuardianAttributes Pulumi.AwsNative.Ses.Inputs.VdmAttributesGuardianAttributes
    Specifies additional settings for your VDM configuration as applicable to the Guardian.
    DashboardAttributes VdmAttributesDashboardAttributesArgs
    Specifies additional settings for your VDM configuration as applicable to the Dashboard.
    GuardianAttributes VdmAttributesGuardianAttributesArgs
    Specifies additional settings for your VDM configuration as applicable to the Guardian.
    dashboardAttributes VdmAttributesDashboardAttributes
    Specifies additional settings for your VDM configuration as applicable to the Dashboard.
    guardianAttributes VdmAttributesGuardianAttributes
    Specifies additional settings for your VDM configuration as applicable to the Guardian.
    dashboardAttributes VdmAttributesDashboardAttributes
    Specifies additional settings for your VDM configuration as applicable to the Dashboard.
    guardianAttributes VdmAttributesGuardianAttributes
    Specifies additional settings for your VDM configuration as applicable to the Guardian.
    dashboard_attributes VdmAttributesDashboardAttributesArgs
    Specifies additional settings for your VDM configuration as applicable to the Dashboard.
    guardian_attributes VdmAttributesGuardianAttributesArgs
    Specifies additional settings for your VDM configuration as applicable to the Guardian.
    dashboardAttributes Property Map
    Specifies additional settings for your VDM configuration as applicable to the Dashboard.
    guardianAttributes Property Map
    Specifies additional settings for your VDM configuration as applicable to the Guardian.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VdmAttributes resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    VdmAttributesResourceId string
    Unique identifier for this resource
    Id string
    The provider-assigned unique ID for this managed resource.
    VdmAttributesResourceId string
    Unique identifier for this resource
    id String
    The provider-assigned unique ID for this managed resource.
    vdmAttributesResourceId String
    Unique identifier for this resource
    id string
    The provider-assigned unique ID for this managed resource.
    vdmAttributesResourceId string
    Unique identifier for this resource
    id str
    The provider-assigned unique ID for this managed resource.
    vdm_attributes_resource_id str
    Unique identifier for this resource
    id String
    The provider-assigned unique ID for this managed resource.
    vdmAttributesResourceId String
    Unique identifier for this resource

    Supporting Types

    VdmAttributesDashboardAttributes, VdmAttributesDashboardAttributesArgs

    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, VdmAttributesGuardianAttributesArgs

    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

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi