Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

DescribeOrganizationConformancePacks

class ConfigService.Paginator.DescribeOrganizationConformancePacks
paginator = client.get_paginator('describe_organization_conformance_packs')
paginate(**kwargs)

Creates an iterator that will paginate through responses from ConfigService.Client.describe_organization_conformance_packs().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    OrganizationConformancePackNames=[
        'string',
    ],
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters
  • OrganizationConformancePackNames (list) --

    The name that you assign to an organization conformance pack.

    • (string) --
  • PaginationConfig (dict) --

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) --

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) --

      The size of each page.

    • StartingToken (string) --

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type

dict

Returns

Response Syntax

{
    'OrganizationConformancePacks': [
        {
            'OrganizationConformancePackName': 'string',
            'OrganizationConformancePackArn': 'string',
            'DeliveryS3Bucket': 'string',
            'DeliveryS3KeyPrefix': 'string',
            'ConformancePackInputParameters': [
                {
                    'ParameterName': 'string',
                    'ParameterValue': 'string'
                },
            ],
            'ExcludedAccounts': [
                'string',
            ],
            'LastUpdateTime': datetime(2015, 1, 1)
        },
    ],

}

Response Structure

  • (dict) --

    • OrganizationConformancePacks (list) --

      Returns a list of OrganizationConformancePacks objects.

      • (dict) --

        An organization conformance pack that has information about conformance packs that Config creates in member accounts.

        • OrganizationConformancePackName (string) --

          The name you assign to an organization conformance pack.

        • OrganizationConformancePackArn (string) --

          Amazon Resource Name (ARN) of organization conformance pack.

        • DeliveryS3Bucket (string) --

          The name of the Amazon S3 bucket where Config stores conformance pack templates.

          Note

          This field is optional.

        • DeliveryS3KeyPrefix (string) --

          Any folder structure you want to add to an Amazon S3 bucket.

          Note

          This field is optional.

        • ConformancePackInputParameters (list) --

          A list of ConformancePackInputParameter objects.

          • (dict) --

            Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.

            • ParameterName (string) --

              One part of a key-value pair.

            • ParameterValue (string) --

              Another part of the key-value pair.

        • ExcludedAccounts (list) --

          A comma-separated list of accounts excluded from organization conformance pack.

          • (string) --
        • LastUpdateTime (datetime) --

          Last time when organization conformation pack was updated.