Interface GetControlRequest.Builder

    • Method Detail

      • controlArn

        GetControlRequest.Builder controlArn​(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_\\-]+$

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.