Interface CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDLPSettingPropsMixin
@Stability(Stable)
public static interface CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty
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.quicksight.*;
MicrosoftPurviewProviderConfigProperty microsoftPurviewProviderConfigProperty = MicrosoftPurviewProviderConfigProperty.builder()
.credentials(MicrosoftPurviewCredentialsProperty.builder()
.secretArn("secretArn")
.build())
.labelActionMappings(List.of(LabelActionMappingProperty.builder()
.action("action")
.labelId("labelId")
.labelName("labelName")
.build()))
.unmappedAction("unmappedAction")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDLPSettingPropsMixin.MicrosoftPurviewCredentialsPropertydefault ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDLPSettingPropsMixin.LabelActionMappingProperty>default StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCredentials
Returns union: eitherIResolvableorCfnDLPSettingPropsMixin.MicrosoftPurviewCredentialsProperty- See Also:
-
getLabelActionMappings
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDLPSettingPropsMixin.LabelActionMappingProperty>- See Also:
-
getUnmappedAction
- See Also:
-
builder
@Stability(Stable) static CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty.Builder builder()
-