Class CreateGlobalReplicationGroupRequest

    • Method Detail

      • globalReplicationGroupIdSuffix

        public final String globalReplicationGroupIdSuffix()

        The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix to the Global datastore ID when it is created. Each Amazon Region has its own prefix. For instance, a Global datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global datastore name across multiple regions.

        For a full list of Amazon Regions and their respective Global datastore iD prefixes, see Using the Amazon CLI with Global datastores .

        Returns:
        The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix to the Global datastore ID when it is created. Each Amazon Region has its own prefix. For instance, a Global datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global datastore name across multiple regions.

        For a full list of Amazon Regions and their respective Global datastore iD prefixes, see Using the Amazon CLI with Global datastores .

      • globalReplicationGroupDescription

        public final String globalReplicationGroupDescription()

        Provides details of the Global datastore

        Returns:
        Provides details of the Global datastore
      • primaryReplicationGroupId

        public final String primaryReplicationGroupId()

        The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.

        Returns:
        The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object