1. Packages
  2. AWS Native
  3. API Docs
  4. apigateway
  5. ClientCertificate

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

aws-native.apigateway.ClientCertificate

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

    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.

    Tags List<Pulumi.AwsNative.ApiGateway.Inputs.ClientCertificateTag>

    An array of arbitrary tags (key-value pairs) to associate with the client certificate.

    Description string

    A description of the client certificate.

    Tags []ClientCertificateTagArgs

    An array of arbitrary tags (key-value pairs) to associate with the client certificate.

    description String

    A description of the client certificate.

    tags List<ClientCertificateTag>

    An array of arbitrary tags (key-value pairs) to associate with the client certificate.

    description string

    A description of the client certificate.

    tags ClientCertificateTag[]

    An array of arbitrary tags (key-value pairs) to associate with the client certificate.

    description str

    A description of the client certificate.

    tags Sequence[ClientCertificateTagArgs]

    An array of arbitrary tags (key-value pairs) to associate with the client certificate.

    description String

    A description of the client certificate.

    tags 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:

    ClientCertificateId string

    The Primary Identifier of the Client Certficate, generated by a Create API Call

    Id string

    The provider-assigned unique ID for this managed resource.

    ClientCertificateId string

    The Primary Identifier of the Client Certficate, generated by a Create API Call

    Id string

    The provider-assigned unique ID for this managed resource.

    clientCertificateId String

    The Primary Identifier of the Client Certficate, generated by a Create API Call

    id String

    The provider-assigned unique ID for this managed resource.

    clientCertificateId string

    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_id str

    The Primary Identifier of the Client Certficate, generated by a Create API Call

    id str

    The provider-assigned unique ID for this managed resource.

    clientCertificateId String

    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

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi