AWS Native is in preview. AWS Classic is fully supported.
aws-native.apigateway.ClientCertificate
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::ApiGateway::ClientCertificate
Create ClientCertificate Resource
new ClientCertificate(name: string, args?: ClientCertificateArgs, opts?: CustomResourceOptions);
@overload
def ClientCertificate(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
tags: Optional[Sequence[ClientCertificateTagArgs]] = None)
@overload
def ClientCertificate(resource_name: str,
args: Optional[ClientCertificateArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewClientCertificate(ctx *Context, name string, args *ClientCertificateArgs, opts ...ResourceOption) (*ClientCertificate, error)
public ClientCertificate(string name, ClientCertificateArgs? args = null, CustomResourceOptions? opts = null)
public ClientCertificate(String name, ClientCertificateArgs args)
public ClientCertificate(String name, ClientCertificateArgs args, CustomResourceOptions options)
type: aws-native:apigateway:ClientCertificate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClientCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ClientCertificateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ClientCertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClientCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClientCertificateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ClientCertificate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ClientCertificate resource accepts the following input properties:
- Description string
A description of the client certificate.
- List<Pulumi.
Aws Native. Api Gateway. Inputs. Client Certificate Tag> An array of arbitrary tags (key-value pairs) to associate with the client certificate.
- Description string
A description of the client certificate.
- []Client
Certificate Tag Args An array of arbitrary tags (key-value pairs) to associate with the client certificate.
- description String
A description of the client certificate.
- List<Client
Certificate Tag> An array of arbitrary tags (key-value pairs) to associate with the client certificate.
- description string
A description of the client certificate.
- Client
Certificate Tag[] An array of arbitrary tags (key-value pairs) to associate with the client certificate.
- description str
A description of the client certificate.
- Sequence[Client
Certificate Tag Args] An array of arbitrary tags (key-value pairs) to associate with the client certificate.
- description String
A description of the client certificate.
- List<Property Map>
An array of arbitrary tags (key-value pairs) to associate with the client certificate.
Outputs
All input properties are implicitly available as output properties. Additionally, the ClientCertificate resource produces the following output properties:
- Client
Certificate stringId The Primary Identifier of the Client Certficate, generated by a Create API Call
- Id string
The provider-assigned unique ID for this managed resource.
- Client
Certificate stringId The Primary Identifier of the Client Certficate, generated by a Create API Call
- Id string
The provider-assigned unique ID for this managed resource.
- client
Certificate StringId The Primary Identifier of the Client Certficate, generated by a Create API Call
- id String
The provider-assigned unique ID for this managed resource.
- client
Certificate stringId The Primary Identifier of the Client Certficate, generated by a Create API Call
- id string
The provider-assigned unique ID for this managed resource.
- client_
certificate_ strid The Primary Identifier of the Client Certficate, generated by a Create API Call
- id str
The provider-assigned unique ID for this managed resource.
- client
Certificate StringId The Primary Identifier of the Client Certficate, generated by a Create API Call
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
ClientCertificateTag, ClientCertificateTagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.