Class CfnServiceNetworkPropsMixin.SharingConfigProperty
Specify if the service network should be enabled for sharing.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServiceNetworkPropsMixin.SharingConfigProperty : CfnServiceNetworkPropsMixin.ISharingConfigProperty
Syntax (vb)
Public Class CfnServiceNetworkPropsMixin.SharingConfigProperty Implements CfnServiceNetworkPropsMixin.ISharingConfigProperty
Remarks
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;
var sharingConfigProperty = new SharingConfigProperty {
Enabled = false
};
Synopsis
Constructors
| SharingConfigProperty() | Specify if the service network should be enabled for sharing. |
Properties
| Enabled | Specify if the service network should be enabled for sharing. |
Constructors
SharingConfigProperty()
Specify if the service network should be enabled for sharing.
public SharingConfigProperty()
Remarks
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;
var sharingConfigProperty = new SharingConfigProperty {
Enabled = false
};
Properties
Enabled
Specify if the service network should be enabled for sharing.
public object? Enabled { get; set; }