Show / Hide Table of Contents

Class CfnRouteCalculatorPropsMixin

Specifies a route calculator resource in your AWS account.

Inheritance
object
Mixin
CfnRouteCalculatorPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Location
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouteCalculatorPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnRouteCalculatorPropsMixin Inherits Mixin Implements IMixin
Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

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.Location;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteCalculatorPropsMixin = new CfnRouteCalculatorPropsMixin(new CfnRouteCalculatorMixinProps {
                 CalculatorName = "calculatorName",
                 DataSource = "dataSource",
                 Description = "description",
                 PricingPlan = "pricingPlan",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnRouteCalculatorPropsMixin(ICfnRouteCalculatorMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Location::RouteCalculator.

Properties

CFN_PROPERTY_KEYS

Specifies a route calculator resource in your AWS account.

Props

Specifies a route calculator resource in your AWS account.

Strategy

Specifies a route calculator resource in your AWS account.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnRouteCalculatorPropsMixin(ICfnRouteCalculatorMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::Location::RouteCalculator.

public CfnRouteCalculatorPropsMixin(ICfnRouteCalculatorMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnRouteCalculatorMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Specifies a route calculator resource in your AWS account.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

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.Location;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteCalculatorPropsMixin = new CfnRouteCalculatorPropsMixin(new CfnRouteCalculatorMixinProps {
                 CalculatorName = "calculatorName",
                 DataSource = "dataSource",
                 Description = "description",
                 PricingPlan = "pricingPlan",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

Specifies a route calculator resource in your AWS account.

protected virtual ICfnRouteCalculatorMixinProps Props { get; }
Property Value

ICfnRouteCalculatorMixinProps

Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

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.Location;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteCalculatorPropsMixin = new CfnRouteCalculatorPropsMixin(new CfnRouteCalculatorMixinProps {
                 CalculatorName = "calculatorName",
                 DataSource = "dataSource",
                 Description = "description",
                 PricingPlan = "pricingPlan",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

Specifies a route calculator resource in your AWS account.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

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.Location;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnRouteCalculatorPropsMixin = new CfnRouteCalculatorPropsMixin(new CfnRouteCalculatorMixinProps {
                 CalculatorName = "calculatorName",
                 DataSource = "dataSource",
                 Description = "description",
                 PricingPlan = "pricingPlan",
                 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
Mixin.ApplyTo(IConstruct)
Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the <a href="https://docs.aws.amazon.com/service-terms">AWS service terms</a> for more details.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-routecalculator.html

CloudformationResource: AWS::Location::RouteCalculator

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX