@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.692Z") @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()
The Amazon Resource Name (ARN) for the geofence collection that consumes the tracker resource updates.
|
String |
getTrackerName()
The name for the tracker resource.
|
@Stability(value=Stable) @NotNull String getConsumerArn()
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer@Stability(value=Stable) @NotNull String getTrackerName()
Requirements:
ExampleTracker .@Stability(value=Stable) static CfnTrackerConsumerProps.Builder builder()
CfnTrackerConsumerProps.Builder of CfnTrackerConsumerPropsCopyright © 2022. All rights reserved.