Show / Hide Table of Contents

Interface CfnProject.ITemplateProviderDetailProperty

Details about a template provider configuration and associated provisioning information.

Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProject.ITemplateProviderDetailProperty
Syntax (vb)
Public Interface CfnProject.ITemplateProviderDetailProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.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.AWS.Sagemaker;

             var templateProviderDetailProperty = new TemplateProviderDetailProperty {
                 CfnTemplateProviderDetail = new CfnTemplateProviderDetailProperty {
                     TemplateName = "templateName",
                     TemplateUrl = "templateUrl",

                     // the properties below are optional
                     Parameters = new [] { new CfnStackParameterProperty {
                         Key = "key",
                         Value = "value"
                     } },
                     RoleArn = "roleArn"
                 }
             };

Synopsis

Properties

CfnTemplateProviderDetail

Details about a CloudFormation template provider configuration and associated provisioning information.

Properties

CfnTemplateProviderDetail

Details about a CloudFormation template provider configuration and associated provisioning information.

object CfnTemplateProviderDetail { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html#cfn-sagemaker-project-templateproviderdetail-cfntemplateproviderdetail

Type union: either IResolvable or CfnProject.ICfnTemplateProviderDetailProperty

Back to top Generated by DocFX