Interface CfnMetric.CreatedByInfoProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMetric.CreatedByInfoProperty.Jsii$Proxy
Enclosing class:
CfnMetric

@Stability(Stable) public static interface CfnMetric.CreatedByInfoProperty 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.connect.*;
 CreatedByInfoProperty createdByInfoProperty = CreatedByInfoProperty.builder()
         .awsIdentityArn("awsIdentityArn")
         .connectUserArn("connectUserArn")
         .build();
 

See Also: