Show / Hide Table of Contents

Interface CfnInferenceSchedulerPropsMixin.IS3OutputConfigurationProperty

Specifies configuration information for the output results from the inference, including output S3 location.

Namespace: Amazon.CDK.Mixins.Preview.AWS.LookoutEquipment.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnInferenceSchedulerPropsMixin.IS3OutputConfigurationProperty
Syntax (vb)
Public Interface CfnInferenceSchedulerPropsMixin.IS3OutputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3outputconfiguration.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.LookoutEquipment.Mixins;

             var s3OutputConfigurationProperty = new S3OutputConfigurationProperty {
                 Bucket = "bucket",
                 Prefix = "prefix"
             };

Synopsis

Properties

Bucket

Specifies configuration information for the output results from the inference, including output S3 location.

Prefix

Specifies configuration information for the output results from the inference, including output S3 location.

Properties

Bucket

Specifies configuration information for the output results from the inference, including output S3 location.

string? Bucket { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3outputconfiguration.html#cfn-lookoutequipment-inferencescheduler-s3outputconfiguration-bucket

Prefix

Specifies configuration information for the output results from the inference, including output S3 location.

string? Prefix { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3outputconfiguration.html#cfn-lookoutequipment-inferencescheduler-s3outputconfiguration-prefix

Back to top Generated by DocFX