create_input_security_group
(**kwargs)¶Creates a Input Security Group
See also: AWS API Documentation
Request Syntax
response = client.create_input_security_group(
Tags={
'string': 'string'
},
WhitelistRules=[
{
'Cidr': 'string'
},
]
)
A collection of key-value pairs.
List of IPv4 CIDR addresses to whitelist
dict
Response Syntax
{
'SecurityGroup': {
'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.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException