interface RestrictionTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodeArtifact.Mixins.CfnPackageGroupPropsMixin.RestrictionTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodeartifact/mixins#CfnPackageGroupPropsMixin_RestrictionTypeProperty |
Java | software.amazon.awscdk.mixins.preview.services.codeartifact.mixins.CfnPackageGroupPropsMixin.RestrictionTypeProperty |
Python | aws_cdk.mixins_preview.aws_codeartifact.mixins.CfnPackageGroupPropsMixin.RestrictionTypeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_codeartifact » mixins » CfnPackageGroupPropsMixin » RestrictionTypeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as codeartifact_mixins } from '@aws-cdk/mixins-preview/aws-codeartifact';
const restrictionTypeProperty: codeartifact_mixins.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