Class CfnMultiRegionEndpointPropsMixin
Creates a multi-region endpoint (global-endpoint).
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMultiRegionEndpointPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnMultiRegionEndpointPropsMixin Inherits Mixin Implements IMixin
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SES;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMultiRegionEndpointPropsMixin = new CfnMultiRegionEndpointPropsMixin(new CfnMultiRegionEndpointMixinProps {
Details = new DetailsProperty {
RouteDetails = new [] { new RouteDetailsItemsProperty {
Region = "region"
} }
},
EndpointName = "endpointName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnMultiRegionEndpointPropsMixin(ICfnMultiRegionEndpointMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a multi-region endpoint (global-endpoint). |
| Props | Creates a multi-region endpoint (global-endpoint). |
| Strategy | Creates a multi-region endpoint (global-endpoint). |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnMultiRegionEndpointPropsMixin(ICfnMultiRegionEndpointMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::SES::MultiRegionEndpoint.
public CfnMultiRegionEndpointPropsMixin(ICfnMultiRegionEndpointMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnMultiRegionEndpointMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a multi-region endpoint (global-endpoint).
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SES;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMultiRegionEndpointPropsMixin = new CfnMultiRegionEndpointPropsMixin(new CfnMultiRegionEndpointMixinProps {
Details = new DetailsProperty {
RouteDetails = new [] { new RouteDetailsItemsProperty {
Region = "region"
} }
},
EndpointName = "endpointName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Creates a multi-region endpoint (global-endpoint).
protected virtual ICfnMultiRegionEndpointMixinProps Props { get; }
Property Value
ICfnMultiRegionEndpointMixinProps
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SES;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMultiRegionEndpointPropsMixin = new CfnMultiRegionEndpointPropsMixin(new CfnMultiRegionEndpointMixinProps {
Details = new DetailsProperty {
RouteDetails = new [] { new RouteDetailsItemsProperty {
Region = "region"
} }
},
EndpointName = "endpointName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Creates a multi-region endpoint (global-endpoint).
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SES;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnMultiRegionEndpointPropsMixin = new CfnMultiRegionEndpointPropsMixin(new CfnMultiRegionEndpointMixinProps {
Details = new DetailsProperty {
RouteDetails = new [] { new RouteDetailsItemsProperty {
Region = "region"
} }
},
EndpointName = "endpointName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
The primary region is going to be the AWS-Region where the operation is executed. The secondary region has to be provided in request's parameters. From the data flow standpoint there is no difference between primary and secondary regions - sending traffic will be split equally between the two. The primary region is the region where the resource has been created and where it can be managed.
CloudformationResource: AWS::SES::MultiRegionEndpoint
Mixin: true
ExampleMetadata: fixture=_generated