Show / Hide Table of Contents

Class CfnServiceNetworkPropsMixin.SharingConfigProperty

Specify if the service network should be enabled for sharing.

Inheritance
object
CfnServiceNetworkPropsMixin.SharingConfigProperty
Implements
CfnServiceNetworkPropsMixin.ISharingConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetwork-sharingconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetwork-sharingconfig.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetwork-sharingconfig.html#cfn-vpclattice-servicenetwork-sharingconfig-enabled

Type union: either bool or IResolvable

Implements

CfnServiceNetworkPropsMixin.ISharingConfigProperty
Back to top Generated by DocFX