interface IdcAuthConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DevOpsAgent.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdevopsagent#CfnAgentSpacePropsMixin_IdcAuthConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_devopsagent.CfnAgentSpacePropsMixin.IdcAuthConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_devopsagent » CfnAgentSpacePropsMixin » IdcAuthConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsagent as devopsagent } from '@aws-cdk/cfn-property-mixins';
const idcAuthConfigurationProperty: devopsagent.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