Class CfnAgentSpace.IamAuthConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAgentSpace.IamAuthConfigurationProperty : CfnAgentSpace.IIamAuthConfigurationProperty
Syntax (vb)
Public Class CfnAgentSpace.IamAuthConfigurationProperty Implements CfnAgentSpace.IIamAuthConfigurationProperty
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 iamAuthConfigurationProperty = new IamAuthConfigurationProperty {
OperatorAppRoleArn = "operatorAppRoleArn",
// the properties below are optional
CreatedAt = "createdAt",
UpdatedAt = "updatedAt"
};
Synopsis
Constructors
| IamAuthConfigurationProperty() |
Properties
| CreatedAt | |
| OperatorAppRoleArn | |
| UpdatedAt |
Constructors
IamAuthConfigurationProperty()
public IamAuthConfigurationProperty()
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 iamAuthConfigurationProperty = new IamAuthConfigurationProperty {
OperatorAppRoleArn = "operatorAppRoleArn",
// the properties below are optional
CreatedAt = "createdAt",
UpdatedAt = "updatedAt"
};
Properties
CreatedAt
public string? CreatedAt { get; set; }
Property Value
Remarks
OperatorAppRoleArn
public string OperatorAppRoleArn { get; set; }
Property Value
Remarks
UpdatedAt
public string? UpdatedAt { get; set; }