minio.Provider
Explore with Pulumi AI
The provider type for the minio package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Provider(name: string, args: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
args: ProviderArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
minio_access_key: Optional[str] = None,
minio_api_version: Optional[str] = None,
minio_cacert_file: Optional[str] = None,
minio_cert_file: Optional[str] = None,
minio_insecure: Optional[bool] = None,
minio_key_file: Optional[str] = None,
minio_password: Optional[str] = None,
minio_region: Optional[str] = None,
minio_secret_key: Optional[str] = None,
minio_server: Optional[str] = None,
minio_session_token: Optional[str] = None,
minio_ssl: Optional[bool] = None,
minio_user: Optional[str] = None)
func NewProvider(ctx *Context, name string, args ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs args, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:minio
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 ProviderArgs
- 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 ProviderArgs
- 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 ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider 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 Provider resource accepts the following input properties:
- Minio
Server string - Minio Host and Port
- Minio
Access stringKey - Minio Access Key
- Minio
Api stringVersion - Minio API Version (type: string, options: v2 or v4, default: v4)
- Minio
Cacert stringFile - Minio
Cert stringFile - Minio
Insecure bool - Disable SSL certificate verification (default: false)
- Minio
Key stringFile - Minio
Password string - Minio Password
- Minio
Region string - Minio Region (default: us-east-1)
- Minio
Secret stringKey - Minio Secret Key
- Minio
Session stringToken - Minio Session Token
- Minio
Ssl bool - Minio SSL enabled (default: false)
- Minio
User string - Minio User
- Minio
Server string - Minio Host and Port
- Minio
Access stringKey - Minio Access Key
- Minio
Api stringVersion - Minio API Version (type: string, options: v2 or v4, default: v4)
- Minio
Cacert stringFile - Minio
Cert stringFile - Minio
Insecure bool - Disable SSL certificate verification (default: false)
- Minio
Key stringFile - Minio
Password string - Minio Password
- Minio
Region string - Minio Region (default: us-east-1)
- Minio
Secret stringKey - Minio Secret Key
- Minio
Session stringToken - Minio Session Token
- Minio
Ssl bool - Minio SSL enabled (default: false)
- Minio
User string - Minio User
- minio
Server String - Minio Host and Port
- minio
Access StringKey - Minio Access Key
- minio
Api StringVersion - Minio API Version (type: string, options: v2 or v4, default: v4)
- minio
Cacert StringFile - minio
Cert StringFile - minio
Insecure Boolean - Disable SSL certificate verification (default: false)
- minio
Key StringFile - minio
Password String - Minio Password
- minio
Region String - Minio Region (default: us-east-1)
- minio
Secret StringKey - Minio Secret Key
- minio
Session StringToken - Minio Session Token
- minio
Ssl Boolean - Minio SSL enabled (default: false)
- minio
User String - Minio User
- minio
Server string - Minio Host and Port
- minio
Access stringKey - Minio Access Key
- minio
Api stringVersion - Minio API Version (type: string, options: v2 or v4, default: v4)
- minio
Cacert stringFile - minio
Cert stringFile - minio
Insecure boolean - Disable SSL certificate verification (default: false)
- minio
Key stringFile - minio
Password string - Minio Password
- minio
Region string - Minio Region (default: us-east-1)
- minio
Secret stringKey - Minio Secret Key
- minio
Session stringToken - Minio Session Token
- minio
Ssl boolean - Minio SSL enabled (default: false)
- minio
User string - Minio User
- minio_
server str - Minio Host and Port
- minio_
access_ strkey - Minio Access Key
- minio_
api_ strversion - Minio API Version (type: string, options: v2 or v4, default: v4)
- minio_
cacert_ strfile - minio_
cert_ strfile - minio_
insecure bool - Disable SSL certificate verification (default: false)
- minio_
key_ strfile - minio_
password str - Minio Password
- minio_
region str - Minio Region (default: us-east-1)
- minio_
secret_ strkey - Minio Secret Key
- minio_
session_ strtoken - Minio Session Token
- minio_
ssl bool - Minio SSL enabled (default: false)
- minio_
user str - Minio User
- minio
Server String - Minio Host and Port
- minio
Access StringKey - Minio Access Key
- minio
Api StringVersion - Minio API Version (type: string, options: v2 or v4, default: v4)
- minio
Cacert StringFile - minio
Cert StringFile - minio
Insecure Boolean - Disable SSL certificate verification (default: false)
- minio
Key StringFile - minio
Password String - Minio Password
- minio
Region String - Minio Region (default: us-east-1)
- minio
Secret StringKey - Minio Secret Key
- minio
Session StringToken - Minio Session Token
- minio
Ssl Boolean - Minio SSL enabled (default: false)
- minio
User String - Minio User
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider 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.
Package Details
- Repository
- MinIO pulumi/pulumi-minio
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
minio
Terraform Provider.