Class: Aws::PcaConnectorAd::Types::CreateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::CreateTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token.
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector].
-
#definition ⇒ Types::TemplateDefinition
Template configuration to define the information included in certificates.
-
#name ⇒ String
Name of the template.
-
#tags ⇒ Hash<String,String>
Metadata assigned to a template consisting of a key-value pair.
Instance Attribute Details
#client_token ⇒ String
Idempotency token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
602 603 604 605 606 607 608 609 610 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 602 class CreateTemplateRequest < Struct.new( :client_token, :connector_arn, :definition, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html
602 603 604 605 606 607 608 609 610 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 602 class CreateTemplateRequest < Struct.new( :client_token, :connector_arn, :definition, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::TemplateDefinition
Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
602 603 604 605 606 607 608 609 610 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 602 class CreateTemplateRequest < Struct.new( :client_token, :connector_arn, :definition, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the template. The template name must be unique.
602 603 604 605 606 607 608 609 610 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 602 class CreateTemplateRequest < Struct.new( :client_token, :connector_arn, :definition, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Metadata assigned to a template consisting of a key-value pair.
602 603 604 605 606 607 608 609 610 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 602 class CreateTemplateRequest < Struct.new( :client_token, :connector_arn, :definition, :name, :tags) SENSITIVE = [] include Aws::Structure end |