Class: Aws::VPCLattice::Types::PutAuthPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The auth policy. The policy string in JSON must not contain newlines or blank lines.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
# File 'lib/aws-sdk-vpclattice/types.rb', line 2585

class PutAuthPolicyResponse < Struct.new(
  :policy,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the auth policy. The auth policy is only active when the auth type is set to ‘AWS_IAM`. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client’s IAM policy. If the Auth type is ‘NONE`, then, any auth policy that you provide remains inactive. For more information, see [Create a service network] in the *Amazon VPC Lattice User Guide*.

[1]: docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
# File 'lib/aws-sdk-vpclattice/types.rb', line 2585

class PutAuthPolicyResponse < Struct.new(
  :policy,
  :state)
  SENSITIVE = []
  include Aws::Structure
end