interface RestrictionTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CodeArtifact.CfnPackageGroupPropsMixin.RestrictionTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscodeartifact#CfnPackageGroupPropsMixin_RestrictionTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.codeartifact.CfnPackageGroupPropsMixin.RestrictionTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_codeartifact.CfnPackageGroupPropsMixin.RestrictionTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_codeartifact » CfnPackageGroupPropsMixin » RestrictionTypeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codeartifact as codeartifact } from '@aws-cdk/cfn-property-mixins';
const restrictionTypeProperty: codeartifact.CfnPackageGroupPropsMixin.RestrictionTypeProperty = {
repositories: ['repositories'],
restrictionMode: 'restrictionMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| repositories? | string[] | |
| restriction | string |
repositories?
Type:
string[]
(optional)
restrictionMode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript