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
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; }