fivetran.ConnectorCertificates
Explore with Pulumi AI
Create ConnectorCertificates Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConnectorCertificates(name: string, args: ConnectorCertificatesArgs, opts?: CustomResourceOptions);
@overload
def ConnectorCertificates(resource_name: str,
args: ConnectorCertificatesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConnectorCertificates(resource_name: str,
opts: Optional[ResourceOptions] = None,
connector_id: Optional[str] = None,
certificates: Optional[Sequence[ConnectorCertificatesCertificateArgs]] = None)
func NewConnectorCertificates(ctx *Context, name string, args ConnectorCertificatesArgs, opts ...ResourceOption) (*ConnectorCertificates, error)
public ConnectorCertificates(string name, ConnectorCertificatesArgs args, CustomResourceOptions? opts = null)
public ConnectorCertificates(String name, ConnectorCertificatesArgs args)
public ConnectorCertificates(String name, ConnectorCertificatesArgs args, CustomResourceOptions options)
type: fivetran:ConnectorCertificates
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConnectorCertificatesArgs
- 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 ConnectorCertificatesArgs
- 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 ConnectorCertificatesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectorCertificatesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectorCertificatesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var connectorCertificatesResource = new Fivetran.ConnectorCertificates("connectorCertificatesResource", new()
{
ConnectorId = "string",
Certificates = new[]
{
new Fivetran.Inputs.ConnectorCertificatesCertificateArgs
{
EncodedCert = "string",
Hash = "string",
Name = "string",
PublicKey = "string",
Sha1 = "string",
Sha256 = "string",
Type = "string",
ValidatedBy = "string",
ValidatedDate = "string",
},
},
});
example, err := fivetran.NewConnectorCertificates(ctx, "connectorCertificatesResource", &fivetran.ConnectorCertificatesArgs{
ConnectorId: pulumi.String("string"),
Certificates: .ConnectorCertificatesCertificateArray{
&.ConnectorCertificatesCertificateArgs{
EncodedCert: pulumi.String("string"),
Hash: pulumi.String("string"),
Name: pulumi.String("string"),
PublicKey: pulumi.String("string"),
Sha1: pulumi.String("string"),
Sha256: pulumi.String("string"),
Type: pulumi.String("string"),
ValidatedBy: pulumi.String("string"),
ValidatedDate: pulumi.String("string"),
},
},
})
var connectorCertificatesResource = new ConnectorCertificates("connectorCertificatesResource", ConnectorCertificatesArgs.builder()
.connectorId("string")
.certificates(ConnectorCertificatesCertificateArgs.builder()
.encodedCert("string")
.hash("string")
.name("string")
.publicKey("string")
.sha1("string")
.sha256("string")
.type("string")
.validatedBy("string")
.validatedDate("string")
.build())
.build());
connector_certificates_resource = fivetran.ConnectorCertificates("connectorCertificatesResource",
connector_id="string",
certificates=[{
"encoded_cert": "string",
"hash": "string",
"name": "string",
"public_key": "string",
"sha1": "string",
"sha256": "string",
"type": "string",
"validated_by": "string",
"validated_date": "string",
}])
const connectorCertificatesResource = new fivetran.ConnectorCertificates("connectorCertificatesResource", {
connectorId: "string",
certificates: [{
encodedCert: "string",
hash: "string",
name: "string",
publicKey: "string",
sha1: "string",
sha256: "string",
type: "string",
validatedBy: "string",
validatedDate: "string",
}],
});
type: fivetran:ConnectorCertificates
properties:
certificates:
- encodedCert: string
hash: string
name: string
publicKey: string
sha1: string
sha256: string
type: string
validatedBy: string
validatedDate: string
connectorId: string
ConnectorCertificates Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ConnectorCertificates resource accepts the following input properties:
- Connector
Id string - The unique identifier for the target connection within the Fivetran system.
- Certificates
List<Connector
Certificates Certificate>
- Connector
Id string - The unique identifier for the target connection within the Fivetran system.
- Certificates
[]Connector
Certificates Certificate Args
- connector
Id String - The unique identifier for the target connection within the Fivetran system.
- certificates
List<Connector
Certificates Certificate>
- connector
Id string - The unique identifier for the target connection within the Fivetran system.
- certificates
Connector
Certificates Certificate[]
- connector_
id str - The unique identifier for the target connection within the Fivetran system.
- certificates
Sequence[Connector
Certificates Certificate Args]
- connector
Id String - The unique identifier for the target connection within the Fivetran system.
- certificates List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the ConnectorCertificates resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ConnectorCertificates Resource
Get an existing ConnectorCertificates resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ConnectorCertificatesState, opts?: CustomResourceOptions): ConnectorCertificates
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificates: Optional[Sequence[ConnectorCertificatesCertificateArgs]] = None,
connector_id: Optional[str] = None) -> ConnectorCertificates
func GetConnectorCertificates(ctx *Context, name string, id IDInput, state *ConnectorCertificatesState, opts ...ResourceOption) (*ConnectorCertificates, error)
public static ConnectorCertificates Get(string name, Input<string> id, ConnectorCertificatesState? state, CustomResourceOptions? opts = null)
public static ConnectorCertificates get(String name, Output<String> id, ConnectorCertificatesState state, CustomResourceOptions options)
resources: _: type: fivetran:ConnectorCertificates get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Certificates
List<Connector
Certificates Certificate> - Connector
Id string - The unique identifier for the target connection within the Fivetran system.
- Certificates
[]Connector
Certificates Certificate Args - Connector
Id string - The unique identifier for the target connection within the Fivetran system.
- certificates
List<Connector
Certificates Certificate> - connector
Id String - The unique identifier for the target connection within the Fivetran system.
- certificates
Connector
Certificates Certificate[] - connector
Id string - The unique identifier for the target connection within the Fivetran system.
- certificates
Sequence[Connector
Certificates Certificate Args] - connector_
id str - The unique identifier for the target connection within the Fivetran system.
- certificates List<Property Map>
- connector
Id String - The unique identifier for the target connection within the Fivetran system.
Supporting Types
ConnectorCertificatesCertificate, ConnectorCertificatesCertificateArgs
- Encoded
Cert string - Base64 encoded certificate.
- Hash string
- Hash of the certificate.
- Name string
- Certificate name.
- Public
Key string - The SSH public key.
- Sha1 string
- Certificate sha1.
- Sha256 string
- Certificate sha256.
- Type string
- Type of the certificate.
- Validated
By string - User name who validated the certificate.
- Validated
Date string - The date when certificate was approved.
- Encoded
Cert string - Base64 encoded certificate.
- Hash string
- Hash of the certificate.
- Name string
- Certificate name.
- Public
Key string - The SSH public key.
- Sha1 string
- Certificate sha1.
- Sha256 string
- Certificate sha256.
- Type string
- Type of the certificate.
- Validated
By string - User name who validated the certificate.
- Validated
Date string - The date when certificate was approved.
- encoded
Cert String - Base64 encoded certificate.
- hash String
- Hash of the certificate.
- name String
- Certificate name.
- public
Key String - The SSH public key.
- sha1 String
- Certificate sha1.
- sha256 String
- Certificate sha256.
- type String
- Type of the certificate.
- validated
By String - User name who validated the certificate.
- validated
Date String - The date when certificate was approved.
- encoded
Cert string - Base64 encoded certificate.
- hash string
- Hash of the certificate.
- name string
- Certificate name.
- public
Key string - The SSH public key.
- sha1 string
- Certificate sha1.
- sha256 string
- Certificate sha256.
- type string
- Type of the certificate.
- validated
By string - User name who validated the certificate.
- validated
Date string - The date when certificate was approved.
- encoded_
cert str - Base64 encoded certificate.
- hash str
- Hash of the certificate.
- name str
- Certificate name.
- public_
key str - The SSH public key.
- sha1 str
- Certificate sha1.
- sha256 str
- Certificate sha256.
- type str
- Type of the certificate.
- validated_
by str - User name who validated the certificate.
- validated_
date str - The date when certificate was approved.
- encoded
Cert String - Base64 encoded certificate.
- hash String
- Hash of the certificate.
- name String
- Certificate name.
- public
Key String - The SSH public key.
- sha1 String
- Certificate sha1.
- sha256 String
- Certificate sha256.
- type String
- Type of the certificate.
- validated
By String - User name who validated the certificate.
- validated
Date String - The date when certificate was approved.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.