CfnNetworkMixinProps
- class aws_cdk.cfn_property_mixins.aws_wickr.CfnNetworkMixinProps(*, access_level=None, network_name=None)
Bases:
objectProperties for CfnNetworkPropsMixin.
- Parameters:
access_level (
Optional[str]) – The access level of the network, which determines available features and capabilities.network_name (
Optional[str]) – The name of the network. Must be between 1 and 20 characters.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wickr-network.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_wickr as wickr cfn_network_mixin_props = wickr.CfnNetworkMixinProps( access_level="accessLevel", network_name="networkName" )
Attributes
- access_level
The access level of the network, which determines available features and capabilities.
- network_name
The name of the network.
Must be between 1 and 20 characters.