interface ImplementationDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ControlCatalog.CfnControl.ImplementationDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscontrolcatalog#CfnControl_ImplementationDetailsProperty |
Java | software.amazon.awscdk.services.controlcatalog.CfnControl.ImplementationDetailsProperty |
Python | aws_cdk.aws_controlcatalog.CfnControl.ImplementationDetailsProperty |
TypeScript | aws-cdk-lib » aws_controlcatalog » CfnControl » ImplementationDetailsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_controlcatalog as controlcatalog } from 'aws-cdk-lib';
const implementationDetailsProperty: controlcatalog.CfnControl.ImplementationDetailsProperty = {
type: 'type',
// the properties below are optional
identifier: 'identifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| identifier? | string |
type
Type:
string
identifier?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript