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

.NET
Go
Java
Python
TypeScript