1. Packages
  2. Snowflake Provider
  3. API Docs
  4. AccountPasswordPolicyAttachment
Snowflake v1.1.4 published on Wednesday, Mar 26, 2025 by Pulumi

snowflake.AccountPasswordPolicyAttachment

Explore with Pulumi AI

Create AccountPasswordPolicyAttachment Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new AccountPasswordPolicyAttachment(name: string, args: AccountPasswordPolicyAttachmentArgs, opts?: CustomResourceOptions);
@overload
def AccountPasswordPolicyAttachment(resource_name: str,
                                    args: AccountPasswordPolicyAttachmentArgs,
                                    opts: Optional[ResourceOptions] = None)

@overload
def AccountPasswordPolicyAttachment(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    password_policy: Optional[str] = None)
func NewAccountPasswordPolicyAttachment(ctx *Context, name string, args AccountPasswordPolicyAttachmentArgs, opts ...ResourceOption) (*AccountPasswordPolicyAttachment, error)
public AccountPasswordPolicyAttachment(string name, AccountPasswordPolicyAttachmentArgs args, CustomResourceOptions? opts = null)
public AccountPasswordPolicyAttachment(String name, AccountPasswordPolicyAttachmentArgs args)
public AccountPasswordPolicyAttachment(String name, AccountPasswordPolicyAttachmentArgs args, CustomResourceOptions options)
type: snowflake:AccountPasswordPolicyAttachment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AccountPasswordPolicyAttachmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. AccountPasswordPolicyAttachmentArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. AccountPasswordPolicyAttachmentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AccountPasswordPolicyAttachmentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AccountPasswordPolicyAttachmentArgs
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 accountPasswordPolicyAttachmentResource = new Snowflake.AccountPasswordPolicyAttachment("accountPasswordPolicyAttachmentResource", new()
{
    PasswordPolicy = "string",
});
Copy
example, err := snowflake.NewAccountPasswordPolicyAttachment(ctx, "accountPasswordPolicyAttachmentResource", &snowflake.AccountPasswordPolicyAttachmentArgs{
	PasswordPolicy: pulumi.String("string"),
})
Copy
var accountPasswordPolicyAttachmentResource = new AccountPasswordPolicyAttachment("accountPasswordPolicyAttachmentResource", AccountPasswordPolicyAttachmentArgs.builder()
    .passwordPolicy("string")
    .build());
Copy
account_password_policy_attachment_resource = snowflake.AccountPasswordPolicyAttachment("accountPasswordPolicyAttachmentResource", password_policy="string")
Copy
const accountPasswordPolicyAttachmentResource = new snowflake.AccountPasswordPolicyAttachment("accountPasswordPolicyAttachmentResource", {passwordPolicy: "string"});
Copy
type: snowflake:AccountPasswordPolicyAttachment
properties:
    passwordPolicy: string
Copy

AccountPasswordPolicyAttachment 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 AccountPasswordPolicyAttachment resource accepts the following input properties:

PasswordPolicy
This property is required.
Changes to this property will trigger replacement.
string
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
PasswordPolicy
This property is required.
Changes to this property will trigger replacement.
string
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
passwordPolicy
This property is required.
Changes to this property will trigger replacement.
String
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
passwordPolicy
This property is required.
Changes to this property will trigger replacement.
string
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
password_policy
This property is required.
Changes to this property will trigger replacement.
str
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
passwordPolicy
This property is required.
Changes to this property will trigger replacement.
String
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.

Outputs

All input properties are implicitly available as output properties. Additionally, the AccountPasswordPolicyAttachment 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 AccountPasswordPolicyAttachment Resource

Get an existing AccountPasswordPolicyAttachment 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?: AccountPasswordPolicyAttachmentState, opts?: CustomResourceOptions): AccountPasswordPolicyAttachment
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        password_policy: Optional[str] = None) -> AccountPasswordPolicyAttachment
func GetAccountPasswordPolicyAttachment(ctx *Context, name string, id IDInput, state *AccountPasswordPolicyAttachmentState, opts ...ResourceOption) (*AccountPasswordPolicyAttachment, error)
public static AccountPasswordPolicyAttachment Get(string name, Input<string> id, AccountPasswordPolicyAttachmentState? state, CustomResourceOptions? opts = null)
public static AccountPasswordPolicyAttachment get(String name, Output<String> id, AccountPasswordPolicyAttachmentState state, CustomResourceOptions options)
resources:  _:    type: snowflake:AccountPasswordPolicyAttachment    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
PasswordPolicy Changes to this property will trigger replacement. string
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
PasswordPolicy Changes to this property will trigger replacement. string
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
passwordPolicy Changes to this property will trigger replacement. String
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
passwordPolicy Changes to this property will trigger replacement. string
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
password_policy Changes to this property will trigger replacement. str
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.
passwordPolicy Changes to this property will trigger replacement. String
Qualified name ("db"."schema"."policy_name") of the password policy to apply to the current account.

Package Details

Repository
Snowflake pulumi/pulumi-snowflake
License
Apache-2.0
Notes
This Pulumi package is based on the snowflake Terraform Provider.