interface CfnAgentSpaceMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DevOpsAgent.Mixins.CfnAgentSpaceMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdevopsagent/mixins#CfnAgentSpaceMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.devopsagent.mixins.CfnAgentSpaceMixinProps |
Python | aws_cdk.mixins_preview.aws_devopsagent.mixins.CfnAgentSpaceMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_devopsagent » mixins » CfnAgentSpaceMixinProps |
Properties for CfnAgentSpacePropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as devopsagent_mixins } from '@aws-cdk/mixins-preview/aws-devopsagent';
const cfnAgentSpaceMixinProps: devopsagent_mixins.CfnAgentSpaceMixinProps = {
description: 'description',
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | The description of the Agent Space. |
| name? | string | The name of the Agent Space. |
description?
Type:
string
(optional)
The description of the Agent Space.
name?
Type:
string
(optional)
The name of the Agent Space.

.NET
Go
Java
Python
TypeScript