interface SharingConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.CfnServiceNetwork.SharingConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnServiceNetwork_SharingConfigProperty |
![]() | software.amazon.awscdk.services.vpclattice.CfnServiceNetwork.SharingConfigProperty |
![]() | aws_cdk.aws_vpclattice.CfnServiceNetwork.SharingConfigProperty |
![]() | aws-cdk-lib » aws_vpclattice » CfnServiceNetwork » 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-lib';
const sharingConfigProperty: vpclattice.CfnServiceNetwork.SharingConfigProperty = {
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable | Specify if the service network should be enabled for sharing. |
enabled
Type:
boolean |
IResolvable
Specify if the service network should be enabled for sharing.