@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.432Z") @Stability(value=Stable) public interface CfnTrackerConsumerProps 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.*;
CfnTrackerConsumerProps cfnTrackerConsumerProps = CfnTrackerConsumerProps.builder()
.consumerArn("consumerArn")
.trackerName("trackerName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrackerConsumerProps.Builder
A builder for
CfnTrackerConsumerProps |
static class |
CfnTrackerConsumerProps.Jsii$Proxy
An implementation for
CfnTrackerConsumerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrackerConsumerProps.Builder |
builder() |
String |
getConsumerArn()
`AWS::Location::TrackerConsumer.ConsumerArn`.
|
String |
getTrackerName()
`AWS::Location::TrackerConsumer.TrackerName`.
|
@Stability(value=Stable) @NotNull String getConsumerArn()
@Stability(value=Stable) @NotNull String getTrackerName()
@Stability(value=Stable) static CfnTrackerConsumerProps.Builder builder()
CfnTrackerConsumerProps.Builder of CfnTrackerConsumerPropsCopyright © 2021. All rights reserved.