Interface CfnMetricPropsMixin.CreatedByInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMetricPropsMixin.CreatedByInfoProperty.Jsii$Proxy
- Enclosing class:
CfnMetricPropsMixin
@Stability(Stable)
public static interface CfnMetricPropsMixin.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.cfnpropertymixins.services.connect.*;
CreatedByInfoProperty createdByInfoProperty = CreatedByInfoProperty.builder()
.awsIdentityArn("awsIdentityArn")
.connectUserArn("connectUserArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMetricPropsMixin.CreatedByInfoPropertystatic final classAn implementation forCfnMetricPropsMixin.CreatedByInfoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsIdentityArn
STS or IAM ARN representing the identity of API Caller.SDK users cannot populate this and this value is calculated automatically if ConnectUserArn is not provided.
- See Also:
-
getConnectUserArn
An agent ARN representing a connect user.- See Also:
-
builder
-