Interface CfnAgentSpace.IdcAuthConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentSpace.IdcAuthConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAgentSpace
@Stability(Stable)
public static interface CfnAgentSpace.IdcAuthConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.devopsagent.*;
IdcAuthConfigurationProperty idcAuthConfigurationProperty = IdcAuthConfigurationProperty.builder()
.idcInstanceArn("idcInstanceArn")
.operatorAppRoleArn("operatorAppRoleArn")
// the properties below are optional
.createdAt("createdAt")
.idcApplicationArn("idcApplicationArn")
.updatedAt("updatedAt")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentSpace.IdcAuthConfigurationPropertystatic final classAn implementation forCfnAgentSpace.IdcAuthConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdcInstanceArn
- See Also:
-
getOperatorAppRoleArn
- See Also:
-
getCreatedAt
- See Also:
-
getIdcApplicationArn
- See Also:
-
getUpdatedAt
- See Also:
-
builder
-