interface SharingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins.CfnServiceNetworkPropsMixin.SharingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvpclattice/mixins#CfnServiceNetworkPropsMixin_SharingConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.CfnServiceNetworkPropsMixin.SharingConfigProperty |
Python | aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnServiceNetworkPropsMixin.SharingConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_vpclattice » mixins » 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 { mixins as vpclattice_mixins } from '@aws-cdk/mixins-preview/aws-vpclattice';
const sharingConfigProperty: vpclattice_mixins.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