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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#parametersArray<Types::CfnStackParameter>

An array of CloudFormation stack parameters.

Returns:



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_arnString

The IAM role used by CloudFormation to create the stack.

Returns:

  • (String)


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_detailTypes::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_nameString

The unique identifier of the template within the project.

Returns:

  • (String)


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_urlString

The Amazon S3 URL of the CloudFormation template.

Returns:

  • (String)


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