Interface CfnControl.ImplementationDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnControl.ImplementationDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnControl
@Stability(Stable)
public static interface CfnControl.ImplementationDetailsProperty
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.controlcatalog.*;
ImplementationDetailsProperty implementationDetailsProperty = ImplementationDetailsProperty.builder()
.type("type")
// the properties below are optional
.identifier("identifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnControl.ImplementationDetailsPropertystatic final classAn implementation forCfnControl.ImplementationDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
- See Also:
-
getIdentifier
- See Also:
-
builder
-