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.

get_channel_policy

get_channel_policy(**kwargs)

Returns the channel's IAM policy. IAM policies are used to control access to your channel.

See also: AWS API Documentation

Request Syntax

response = client.get_channel_policy(
    ChannelName='string'
)
Parameters
ChannelName (string) --

[REQUIRED]

The name of the channel associated with this Channel Policy.

Return type
dict
Returns
Response Syntax
{
    'Policy': 'string'
}

Response Structure

  • (dict) --
    • Policy (string) --

      The IAM policy for the channel. IAM policies are used to control access to your channel.