Class: Aws::SageMaker::Types::CfnTemplateProviderDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#parametersArray<Types::CfnStackParameter>

An array of CloudFormation stack parameters.



4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-sagemaker/types.rb', line 4113

class CfnTemplateProviderDetail < Struct.new(
  :template_name,
  :template_url,
  :role_arn,
  :parameters,
  :stack_detail)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role used by CloudFormation to create the stack.



4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-sagemaker/types.rb', line 4113

class CfnTemplateProviderDetail < Struct.new(
  :template_name,
  :template_url,
  :role_arn,
  :parameters,
  :stack_detail)
  SENSITIVE = []
  include Aws::Structure
end

#stack_detailTypes::CfnStackDetail

Information about the CloudFormation stack created by the template provider.



4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-sagemaker/types.rb', line 4113

class CfnTemplateProviderDetail < Struct.new(
  :template_name,
  :template_url,
  :role_arn,
  :parameters,
  :stack_detail)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The unique identifier of the template within the project.



4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-sagemaker/types.rb', line 4113

class CfnTemplateProviderDetail < Struct.new(
  :template_name,
  :template_url,
  :role_arn,
  :parameters,
  :stack_detail)
  SENSITIVE = []
  include Aws::Structure
end

#template_urlString

The Amazon S3 URL of the CloudFormation template.



4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-sagemaker/types.rb', line 4113

class CfnTemplateProviderDetail < Struct.new(
  :template_name,
  :template_url,
  :role_arn,
  :parameters,
  :stack_detail)
  SENSITIVE = []
  include Aws::Structure
end