Interface CfnTrackerConsumerProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTrackerConsumerProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:59.799Z") @Stability(Stable) public interface CfnTrackerConsumerProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnTrackerConsumer.

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();
 
  • Method Details

    • getConsumerArn

      @Stability(Stable) @NotNull String getConsumerArn()
      The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.

      Used when you need to specify a resource across all AWS .

      • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
    • getTrackerName

      @Stability(Stable) @NotNull String getTrackerName()
      The name for the tracker resource.

      Requirements:

      • Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_).
      • Must be a unique tracker resource name.
      • No spaces allowed. For example, ExampleTracker .
    • builder

      @Stability(Stable) static CfnTrackerConsumerProps.Builder builder()
      Returns:
      a CfnTrackerConsumerProps.Builder of CfnTrackerConsumerProps