AWS SDK for .NET Documentation
CallerReference Property
AmazonAmazon.Route53.ModelCreateHostedZoneRequestCallerReference Did this page help you?   Yes   No    Tell us about it...
A unique string that identifies the request and that allows failed CreateHostedZone requests to be retried without the risk of executing the operation twice. You must use a unique CallerReference string every time you create a hosted zone. CallerReference can be any unique string; you might choose to use a string that identifies your project, such as DNSMigration_01. Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.

Constraints:

Length
1 - 128

Declaration Syntax
C#
public string CallerReference { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)