We recommend new projects start with resources from the AWS provider.
aws-native.ses.VdmAttributes
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The VdmAttributes resource accepts the following input properties:
- Dashboard
Attributes Pulumi.Aws Native. Ses. Inputs. Vdm Attributes Dashboard Attributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- Guardian
Attributes Pulumi.Aws Native. Ses. Inputs. Vdm Attributes Guardian Attributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- Dashboard
Attributes VdmAttributes Dashboard Attributes Args - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- Guardian
Attributes VdmAttributes Guardian Attributes Args - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- 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.
- 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.
- dashboard_
attributes VdmAttributes Dashboard Attributes Args - Specifies additional settings for your VDM configuration as applicable to the Dashboard.
- guardian_
attributes VdmAttributes Guardian Attributes Args - Specifies additional settings for your VDM configuration as applicable to the Guardian.
- 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.
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.
- Vdm
Attributes stringResource Id - Unique identifier for this resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Vdm
Attributes stringResource Id - Unique identifier for this resource
- id String
- The provider-assigned unique ID for this managed resource.
- vdm
Attributes StringResource Id - Unique identifier for this resource
- id string
- The provider-assigned unique ID for this managed resource.
- vdm
Attributes stringResource Id - Unique identifier for this resource
- id str
- The provider-assigned unique ID for this managed resource.
- vdm_
attributes_ strresource_ id - Unique identifier for this resource
- id String
- The provider-assigned unique ID for this managed resource.
- vdm
Attributes StringResource Id - Unique identifier for this resource
Supporting Types
VdmAttributesDashboardAttributes, VdmAttributesDashboardAttributesArgs
- 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, VdmAttributesGuardianAttributesArgs
- 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.