interface AgentSpaceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityAgent.AgentSpaceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityagent#AgentSpaceReference |
Java | software.amazon.awscdk.interfaces.securityagent.AgentSpaceReference |
Python | aws_cdk.interfaces.aws_securityagent.AgentSpaceReference |
TypeScript | aws-cdk-lib » interfaces » aws_securityagent » AgentSpaceReference |
A reference to a AgentSpace resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityagent as interfaces_securityagent } from 'aws-cdk-lib/interfaces';
const agentSpaceReference: interfaces_securityagent.AgentSpaceReference = {
agentSpaceId: 'agentSpaceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| agent | string | The AgentSpaceId of the AgentSpace resource. |
agentSpaceId
Type:
string
The AgentSpaceId of the AgentSpace resource.

.NET
Go
Java
Python
TypeScript