Class CfnNetworkSettingsPropsMixin
This resource specifies network settings that can be associated with a web portal.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.WorkSpacesWeb.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNetworkSettingsPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnNetworkSettingsPropsMixin Inherits Mixin Implements IMixin
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.WorkSpacesWeb.Mixins;
var cfnNetworkSettingsPropsMixin = new CfnNetworkSettingsPropsMixin(new CfnNetworkSettingsMixinProps {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VpcId = "vpcId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnNetworkSettingsPropsMixin(ICfnNetworkSettingsMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | This resource specifies network settings that can be associated with a web portal. |
| Props | This resource specifies network settings that can be associated with a web portal. |
| Strategy | This resource specifies network settings that can be associated with a web portal. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnNetworkSettingsPropsMixin(ICfnNetworkSettingsMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::WorkSpacesWeb::NetworkSettings.
public CfnNetworkSettingsPropsMixin(ICfnNetworkSettingsMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnNetworkSettingsMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
This resource specifies network settings that can be associated with a web portal.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.WorkSpacesWeb.Mixins;
var cfnNetworkSettingsPropsMixin = new CfnNetworkSettingsPropsMixin(new CfnNetworkSettingsMixinProps {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VpcId = "vpcId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
This resource specifies network settings that can be associated with a web portal.
protected virtual ICfnNetworkSettingsMixinProps Props { get; }
Property Value
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.WorkSpacesWeb.Mixins;
var cfnNetworkSettingsPropsMixin = new CfnNetworkSettingsPropsMixin(new CfnNetworkSettingsMixinProps {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VpcId = "vpcId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
This resource specifies network settings that can be associated with a web portal.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.WorkSpacesWeb.Mixins;
var cfnNetworkSettingsPropsMixin = new CfnNetworkSettingsPropsMixin(new CfnNetworkSettingsMixinProps {
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VpcId = "vpcId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
The VPC must have default tenancy. VPCs with dedicated tenancy are not supported.
For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see Supported Availability Zones .
CloudformationResource: AWS::WorkSpacesWeb::NetworkSettings
Mixin: true
ExampleMetadata: fixture=_generated