getComponent
inline suspend fun ImagebuilderClient.getComponent(crossinline block: GetComponentRequest.Builder.() -> Unit): GetComponentResponse
Retrieves a component object.
Samples
// The following example retrieves a component build version. The data field in the response contains
// the YAML document that defines the component.
val resp = imagebuilderClient.getComponent {
componentBuildVersionArn = "arn:aws:imagebuilder:us-west-2:111122223333:component/my-example-component/1.0.0/1"
}Content copied to clipboard