Class: Aws::SageMaker::Types::CfnTemplateProviderDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CfnTemplateProviderDetail
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Details about a CloudFormation template provider configuration and associated provisioning information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Array<Types::CfnStackParameter>
An array of CloudFormation stack parameters.
-
#role_arn ⇒ String
The IAM role used by CloudFormation to create the stack.
-
#stack_detail ⇒ Types::CfnStackDetail
Information about the CloudFormation stack created by the template provider.
-
#template_name ⇒ String
The unique identifier of the template within the project.
-
#template_url ⇒ String
The Amazon S3 URL of the CloudFormation template.
Instance Attribute Details
#parameters ⇒ Array<Types::CfnStackParameter>
An array of CloudFormation stack parameters.
3827 3828 3829 3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3827 class CfnTemplateProviderDetail < Struct.new( :template_name, :template_url, :role_arn, :parameters, :stack_detail) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The IAM role used by CloudFormation to create the stack.
3827 3828 3829 3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3827 class CfnTemplateProviderDetail < Struct.new( :template_name, :template_url, :role_arn, :parameters, :stack_detail) SENSITIVE = [] include Aws::Structure end |
#stack_detail ⇒ Types::CfnStackDetail
Information about the CloudFormation stack created by the template provider.
3827 3828 3829 3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3827 class CfnTemplateProviderDetail < Struct.new( :template_name, :template_url, :role_arn, :parameters, :stack_detail) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The unique identifier of the template within the project.
3827 3828 3829 3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3827 class CfnTemplateProviderDetail < Struct.new( :template_name, :template_url, :role_arn, :parameters, :stack_detail) SENSITIVE = [] include Aws::Structure end |
#template_url ⇒ String
The Amazon S3 URL of the CloudFormation template.
3827 3828 3829 3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3827 class CfnTemplateProviderDetail < Struct.new( :template_name, :template_url, :role_arn, :parameters, :stack_detail) SENSITIVE = [] include Aws::Structure end |