interface IdcAuthConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DevOpsAgent.Mixins.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdevopsagent/mixins#CfnAgentSpacePropsMixin_IdcAuthConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.devopsagent.mixins.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_devopsagent.mixins.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_devopsagent » mixins » CfnAgentSpacePropsMixin » IdcAuthConfigurationProperty |
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 idcAuthConfigurationProperty: devopsagent_mixins.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty = {
createdAt: 'createdAt',
idcApplicationArn: 'idcApplicationArn',
idcInstanceArn: 'idcInstanceArn',
operatorAppRoleArn: 'operatorAppRoleArn',
updatedAt: 'updatedAt',
};
Properties
| Name | Type | Description |
|---|---|---|
| created | string | |
| idc | string | |
| idc | string | |
| operator | string | |
| updated | string |
createdAt?
Type:
string
(optional)
idcApplicationArn?
Type:
string
(optional)
idcInstanceArn?
Type:
string
(optional)
operatorAppRoleArn?
Type:
string
(optional)
updatedAt?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript