Show / Hide Table of Contents

Interface CfnDomainPropsMixin.IExportingConfigProperty

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.IExportingConfigProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.IExportingConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-exportingconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles;

             var exportingConfigProperty = new ExportingConfigProperty {
                 S3Exporting = new S3ExportingConfigProperty {
                     S3BucketName = "s3BucketName",
                     S3KeyName = "s3KeyName"
                 }
             };

Synopsis

Properties

S3Exporting

The S3 location where Identity Resolution Jobs write result files.

Properties

S3Exporting

The S3 location where Identity Resolution Jobs write result files.

object? S3Exporting { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-exportingconfig.html#cfn-customerprofiles-domain-exportingconfig-s3exporting

Type union: either IResolvable or CfnDomainPropsMixin.IS3ExportingConfigProperty

Back to top Generated by DocFX