Class CfnAgentSpace.IdcAuthConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAgentSpace.IdcAuthConfigurationProperty : CfnAgentSpace.IIdcAuthConfigurationProperty
Syntax (vb)
Public Class CfnAgentSpace.IdcAuthConfigurationProperty Implements CfnAgentSpace.IIdcAuthConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DevOpsAgent;
var idcAuthConfigurationProperty = new IdcAuthConfigurationProperty {
IdcInstanceArn = "idcInstanceArn",
OperatorAppRoleArn = "operatorAppRoleArn",
// the properties below are optional
CreatedAt = "createdAt",
IdcApplicationArn = "idcApplicationArn",
UpdatedAt = "updatedAt"
};
Synopsis
Constructors
| IdcAuthConfigurationProperty() |
Properties
| CreatedAt | |
| IdcApplicationArn | |
| IdcInstanceArn | |
| OperatorAppRoleArn | |
| UpdatedAt |
Constructors
IdcAuthConfigurationProperty()
public IdcAuthConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DevOpsAgent;
var idcAuthConfigurationProperty = new IdcAuthConfigurationProperty {
IdcInstanceArn = "idcInstanceArn",
OperatorAppRoleArn = "operatorAppRoleArn",
// the properties below are optional
CreatedAt = "createdAt",
IdcApplicationArn = "idcApplicationArn",
UpdatedAt = "updatedAt"
};
Properties
CreatedAt
public string? CreatedAt { get; set; }
Property Value
Remarks
IdcApplicationArn
public string? IdcApplicationArn { get; set; }
Property Value
Remarks
IdcInstanceArn
public string IdcInstanceArn { get; set; }
Property Value
Remarks
OperatorAppRoleArn
public string OperatorAppRoleArn { get; set; }
Property Value
Remarks
UpdatedAt
public string? UpdatedAt { get; set; }