Class: Aws::DSQL::Types::PutClusterPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bypass_policy_lockout_safety_checkBoolean

A flag that allows you to bypass the policy lockout safety check. When set to true, this parameter allows you to apply a policy that might lock you out of the cluster. Use with caution.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 563

class PutClusterPolicyInput < Struct.new(
  :identifier,
  :policy,
  :bypass_policy_lockout_safety_check,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Idempotency token so a request is only processed once.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 563

class PutClusterPolicyInput < Struct.new(
  :identifier,
  :policy,
  :bypass_policy_lockout_safety_check,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#expected_policy_versionString

The expected version of the current policy. This parameter ensures that you're updating the correct version of the policy and helps prevent concurrent modification conflicts.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 563

class PutClusterPolicyInput < Struct.new(
  :identifier,
  :policy,
  :bypass_policy_lockout_safety_check,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the cluster.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 563

class PutClusterPolicyInput < Struct.new(
  :identifier,
  :policy,
  :bypass_policy_lockout_safety_check,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The resource-based policy document to attach to the cluster. This should be a valid JSON policy document that defines permissions and conditions.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 563

class PutClusterPolicyInput < Struct.new(
  :identifier,
  :policy,
  :bypass_policy_lockout_safety_check,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end