@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.179Z") @Stability(value=Stable) public interface CfnTrackerProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.location.*;
CfnTrackerProps cfnTrackerProps = CfnTrackerProps.builder()
.pricingPlan("pricingPlan")
.trackerName("trackerName")
// the properties below are optional
.description("description")
.kmsKeyId("kmsKeyId")
.positionFiltering("positionFiltering")
.pricingPlanDataSource("pricingPlanDataSource")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrackerProps.Builder
A builder for
CfnTrackerProps |
static class |
CfnTrackerProps.Jsii$Proxy
An implementation for
CfnTrackerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrackerProps.Builder |
builder() |
default String |
getDescription()
`AWS::Location::Tracker.Description`.
|
default String |
getKmsKeyId()
`AWS::Location::Tracker.KmsKeyId`.
|
default String |
getPositionFiltering()
`AWS::Location::Tracker.PositionFiltering`.
|
String |
getPricingPlan()
`AWS::Location::Tracker.PricingPlan`.
|
default String |
getPricingPlanDataSource()
`AWS::Location::Tracker.PricingPlanDataSource`.
|
String |
getTrackerName()
`AWS::Location::Tracker.TrackerName`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default String getPositionFiltering()
@Stability(value=Stable) @NotNull String getPricingPlan()
@Stability(value=Stable) @Nullable default String getPricingPlanDataSource()
@Stability(value=Stable) @NotNull String getTrackerName()
@Stability(value=Stable) static CfnTrackerProps.Builder builder()
CfnTrackerProps.Builder of CfnTrackerPropsCopyright © 2021. All rights reserved.