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",
});
example, err := snowflake.NewAccountAuthenticationPolicyAttachment(ctx, "accountAuthenticationPolicyAttachmentResource", &snowflake.AccountAuthenticationPolicyAttachmentArgs{
AuthenticationPolicy: pulumi.String("string"),
})
var accountAuthenticationPolicyAttachmentResource = new AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", AccountAuthenticationPolicyAttachmentArgs.builder()
.authenticationPolicy("string")
.build());
account_authentication_policy_attachment_resource = snowflake.AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", authentication_policy="string")
const accountAuthenticationPolicyAttachmentResource = new snowflake.AccountAuthenticationPolicyAttachment("accountAuthenticationPolicyAttachmentResource", {authenticationPolicy: "string"});
type: snowflake:AccountAuthenticationPolicyAttachment
properties:
authenticationPolicy: string
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:
- Authentication
Policy This property is required. Changes to this property will trigger replacement.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- Authentication
Policy Changes to this property will trigger replacement.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.