Class CfnServiceNetworkPropsMixin
Creates a service network.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServiceNetworkPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnServiceNetworkPropsMixin Inherits Mixin Implements IMixin
Remarks
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
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.CfnPropertyMixins.AWS.VpcLattice;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnServiceNetworkPropsMixin = new CfnServiceNetworkPropsMixin(new CfnServiceNetworkMixinProps {
AuthType = "authType",
Name = "name",
SharingConfig = new SharingConfigProperty {
Enabled = false
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnServiceNetworkPropsMixin(ICfnServiceNetworkMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates a service network. |
| Props | Creates a service network. |
| Strategy | Creates a service network. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnServiceNetworkPropsMixin(ICfnServiceNetworkMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::VpcLattice::ServiceNetwork.
public CfnServiceNetworkPropsMixin(ICfnServiceNetworkMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnServiceNetworkMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates a service network.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
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.CfnPropertyMixins.AWS.VpcLattice;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnServiceNetworkPropsMixin = new CfnServiceNetworkPropsMixin(new CfnServiceNetworkMixinProps {
AuthType = "authType",
Name = "name",
SharingConfig = new SharingConfigProperty {
Enabled = false
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Creates a service network.
protected virtual ICfnServiceNetworkMixinProps Props { get; }
Property Value
Remarks
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
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.CfnPropertyMixins.AWS.VpcLattice;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnServiceNetworkPropsMixin = new CfnServiceNetworkPropsMixin(new CfnServiceNetworkMixinProps {
AuthType = "authType",
Name = "name",
SharingConfig = new SharingConfigProperty {
Enabled = false
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Creates a service network.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
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.CfnPropertyMixins.AWS.VpcLattice;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnServiceNetworkPropsMixin = new CfnServiceNetworkPropsMixin(new CfnServiceNetworkMixinProps {
AuthType = "authType",
Name = "name",
SharingConfig = new SharingConfigProperty {
Enabled = false
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
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
A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
For more information, see Service networks in the Amazon VPC Lattice User Guide .
CloudformationResource: AWS::VpcLattice::ServiceNetwork
Mixin: true
ExampleMetadata: fixture=_generated