Show / Hide Table of Contents

Class CfnDomainPropsMixin.S3ExportingConfigProperty

The S3 location where Identity Resolution Jobs write result files.

Inheritance
object
CfnDomainPropsMixin.S3ExportingConfigProperty
Implements
CfnDomainPropsMixin.IS3ExportingConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.S3ExportingConfigProperty : CfnDomainPropsMixin.IS3ExportingConfigProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.S3ExportingConfigProperty Implements CfnDomainPropsMixin.IS3ExportingConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-s3exportingconfig.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.Mixins.Preview.AWS.CustomerProfiles.Mixins;

             var s3ExportingConfigProperty = new S3ExportingConfigProperty {
                 S3BucketName = "s3BucketName",
                 S3KeyName = "s3KeyName"
             };

Synopsis

Constructors

S3ExportingConfigProperty()

The S3 location where Identity Resolution Jobs write result files.

Properties

S3BucketName

The name of the S3 bucket where Identity Resolution Jobs write result files.

S3KeyName

The S3 key name of the location where Identity Resolution Jobs write result files.

Constructors

S3ExportingConfigProperty()

The S3 location where Identity Resolution Jobs write result files.

public S3ExportingConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-s3exportingconfig.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.Mixins.Preview.AWS.CustomerProfiles.Mixins;

             var s3ExportingConfigProperty = new S3ExportingConfigProperty {
                 S3BucketName = "s3BucketName",
                 S3KeyName = "s3KeyName"
             };

Properties

S3BucketName

The name of the S3 bucket where Identity Resolution Jobs write result files.

public string? S3BucketName { get; set; }
Property Value

string

Remarks

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

S3KeyName

The S3 key name of the location where Identity Resolution Jobs write result files.

public string? S3KeyName { get; set; }
Property Value

string

Remarks

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

Implements

CfnDomainPropsMixin.IS3ExportingConfigProperty
Back to top Generated by DocFX