1. Packages
  2. Snowflake Provider
  3. API Docs
  4. AccountAuthenticationPolicyAttachment
Snowflake v1.3.0 published on Wednesday, Apr 23, 2025 by Pulumi

snowflake.AccountAuthenticationPolicyAttachment

Explore with Pulumi AI

Create AccountAuthenticationPolicyAttachment Resource

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

Constructor syntax

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

@overload
def AccountAuthenticationPolicyAttachment(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          authentication_policy: Optional[str] = None)
func NewAccountAuthenticationPolicyAttachment(ctx *Context, name string, args AccountAuthenticationPolicyAttachmentArgs, opts ...ResourceOption) (*AccountAuthenticationPolicyAttachment, error)
public AccountAuthenticationPolicyAttachment(string name, AccountAuthenticationPolicyAttachmentArgs args, CustomResourceOptions? opts = null)
public AccountAuthenticationPolicyAttachment(String name, AccountAuthenticationPolicyAttachmentArgs args)
public AccountAuthenticationPolicyAttachment(String name, AccountAuthenticationPolicyAttachmentArgs args, CustomResourceOptions options)
type: snowflake:AccountAuthenticationPolicyAttachment
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. AccountAuthenticationPolicyAttachmentArgs
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. AccountAuthenticationPolicyAttachmentArgs
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. AccountAuthenticationPolicyAttachmentArgs
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. AccountAuthenticationPolicyAttachmentArgs
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. AccountAuthenticationPolicyAttachmentArgs
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 accountAuthenticationPolicyAttachmentResource = new Snowflake.AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", new()
{
    AuthenticationPolicy = "string",
});
Copy
example, err := snowflake.NewAccountAuthenticationPolicyAttachment(ctx, "accountAuthenticationPolicyAttachmentResource", &snowflake.AccountAuthenticationPolicyAttachmentArgs{
	AuthenticationPolicy: pulumi.String("string"),
})
Copy
var accountAuthenticationPolicyAttachmentResource = new AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", AccountAuthenticationPolicyAttachmentArgs.builder()
    .authenticationPolicy("string")
    .build());
Copy
account_authentication_policy_attachment_resource = snowflake.AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", authentication_policy="string")
Copy
const accountAuthenticationPolicyAttachmentResource = new snowflake.AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", {authenticationPolicy: "string"});
Copy
type: snowflake:AccountAuthenticationPolicyAttachment
properties:
    authenticationPolicy: string
Copy

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

AuthenticationPolicy
This property is required.
Changes to this property will trigger replacement.
string
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
AuthenticationPolicy
This property is required.
Changes to this property will trigger replacement.
string
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authenticationPolicy
This property is required.
Changes to this property will trigger replacement.
String
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authenticationPolicy
This property is required.
Changes to this property will trigger replacement.
string
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authentication_policy
This property is required.
Changes to this property will trigger replacement.
str
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authenticationPolicy
This property is required.
Changes to this property will trigger replacement.
String
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.

Outputs

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

Get an existing AccountAuthenticationPolicyAttachment 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?: AccountAuthenticationPolicyAttachmentState, opts?: CustomResourceOptions): AccountAuthenticationPolicyAttachment
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authentication_policy: Optional[str] = None) -> AccountAuthenticationPolicyAttachment
func GetAccountAuthenticationPolicyAttachment(ctx *Context, name string, id IDInput, state *AccountAuthenticationPolicyAttachmentState, opts ...ResourceOption) (*AccountAuthenticationPolicyAttachment, error)
public static AccountAuthenticationPolicyAttachment Get(string name, Input<string> id, AccountAuthenticationPolicyAttachmentState? state, CustomResourceOptions? opts = null)
public static AccountAuthenticationPolicyAttachment get(String name, Output<String> id, AccountAuthenticationPolicyAttachmentState state, CustomResourceOptions options)
resources:  _:    type: snowflake:AccountAuthenticationPolicyAttachment    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:
AuthenticationPolicy Changes to this property will trigger replacement. string
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
AuthenticationPolicy Changes to this property will trigger replacement. string
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authenticationPolicy Changes to this property will trigger replacement. String
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authenticationPolicy Changes to this property will trigger replacement. string
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authentication_policy Changes to this property will trigger replacement. str
Qualified name ("db"."schema"."policy_name") of the authentication policy to apply to the current account.
authenticationPolicy Changes to this property will trigger replacement. String
Qualified name ("db"."schema"."policy_name") of the authentication 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.