Class GetControlRequest

    • Method Detail

      • controlArn

        public final String controlArn()

        The Amazon Resource Name (ARN) of the control. It has one of the following formats:

        Global format

        arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}

        Or Regional format

        arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}

        Here is a more general pattern that covers Amazon Web Services Control Tower and Control Catalog ARNs:

        ^arn:(aws(?:[-a-z]*)?):(controlcatalog|controltower):[a-zA-Z0-9-]*::control/[0-9a-zA-Z_\\-]+$

        Returns:
        The Amazon Resource Name (ARN) of the control. It has one of the following formats:

        Global format

        arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}

        Or Regional format

        arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}

        Here is a more general pattern that covers Amazon Web Services Control Tower and Control Catalog ARNs:

        ^arn:(aws(?:[-a-z]*)?):(controlcatalog|controltower):[a-zA-Z0-9-]*::control/[0-9a-zA-Z_\\-]+$

      • 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