Show / Hide Table of Contents

Class CfnAgentSpace.IdcAuthConfigurationProperty

Inheritance
object
CfnAgentSpace.IdcAuthConfigurationProperty
Implements
CfnAgentSpace.IIdcAuthConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-createdat

IdcApplicationArn

public string? IdcApplicationArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-idcapplicationarn

IdcInstanceArn

public string IdcInstanceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-idcinstancearn

OperatorAppRoleArn

public string OperatorAppRoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-operatorapprolearn

UpdatedAt

public string? UpdatedAt { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-idcauthconfiguration.html#cfn-devopsagent-agentspace-idcauthconfiguration-updatedat

Implements

CfnAgentSpace.IIdcAuthConfigurationProperty
Back to top Generated by DocFX