interface CfnNetworkMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Wickr.CfnNetworkMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswickr#CfnNetworkMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.wickr.CfnNetworkMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_wickr.CfnNetworkMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wickr » CfnNetworkMixinProps |
Properties for CfnNetworkPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wickr-network.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wickr as wickr } from '@aws-cdk/cfn-property-mixins';
const cfnNetworkMixinProps: wickr.CfnNetworkMixinProps = {
accessLevel: 'accessLevel',
networkName: 'networkName',
};
Properties
| Name | Type | Description |
|---|---|---|
| access | string | The access level of the network, which determines available features and capabilities. |
| network | string | The name of the network. |
accessLevel?
Type:
string
(optional)
The access level of the network, which determines available features and capabilities.
networkName?
Type:
string
(optional)
The name of the network.
Must be between 1 and 20 characters.

.NET
Go
Java
Python
TypeScript