interface SharingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice.CfnServiceNetworkPropsMixin.SharingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsvpclattice#CfnServiceNetworkPropsMixin_SharingConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnServiceNetworkPropsMixin.SharingConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_vpclattice.CfnServiceNetworkPropsMixin.SharingConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_vpclattice » CfnServiceNetworkPropsMixin » SharingConfigProperty |
Specify if the service network should be enabled for sharing.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from '@aws-cdk/cfn-property-mixins';
const sharingConfigProperty: vpclattice.CfnServiceNetworkPropsMixin.SharingConfigProperty = {
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | Specify if the service network should be enabled for sharing. |
enabled?
Type:
boolean | IResolvable
(optional)
Specify if the service network should be enabled for sharing.

.NET
Go
Java
Python
TypeScript