describe_input_security_group
(**kwargs)¶Produces a summary of an Input Security Group
See also: AWS API Documentation
Request Syntax
response = client.describe_input_security_group(
InputSecurityGroupId='string'
)
{
'Arn': 'string',
'Id': 'string',
'Inputs': [
'string',
],
'State': 'IDLE'|'IN_USE'|'UPDATING'|'DELETED',
'Tags': {
'string': 'string'
},
'WhitelistRules': [
{
'Cidr': 'string'
},
]
}
Response Structure
Exceptions
MediaLive.Client.exceptions.BadRequestException
MediaLive.Client.exceptions.InternalServerErrorException
MediaLive.Client.exceptions.ForbiddenException
MediaLive.Client.exceptions.BadGatewayException
MediaLive.Client.exceptions.NotFoundException
MediaLive.Client.exceptions.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException